spateo.plotting.static.lisa =========================== .. py:module:: spateo.plotting.static.lisa Functions --------- .. autoapisummary:: spateo.plotting.static.lisa.lisa_quantiles spateo.plotting.static.lisa.lisa Module Contents --------------- .. py:function:: lisa_quantiles(df: geopandas.GeoDataFrame) Scatterplot of the gene expression and its spatial lag. Categorization into the four regions (HH, HL, LH, LL) is also annotated. This function should be used in conjunction with `st.tl.lisa_geo_df`. :param df: The GeoDataFrame returned from running `st.tl.lisa_geo_df(adata, gene)`. :returns: Nothing but plot the scatterplot. .. py:function:: lisa(df: geopandas.GeoDataFrame) Create a plot with four panels. The first one is for the raw lisa (Local Indicators of Spatial Association ) score. The second one (the right one in the first row) is for the four quantiles. The third one is for the significance while the fourth one the five categories (not significant, hotspot, doughnut, coldspot and diamond. :param df: The GeoDataFrame returned from running `st.tl.lisa_geo_df(adata, gene)`. :returns: Nothing but plot the four panels .