Plotting#
Imaging#
|
Plot a dynamic histogram with a threshold slider and count annotations. |
|
Plot the graph of connected nodes for a given threshold. |
|
Plot a stacked barplot showing phenotype composition per RCN motif. |
Proteomics#
|
Plot histograms of protein abundance for each sample in adata. |
|
Plot a correlation heatmap of the protein abundance for all samples in adata. |
|
Plot coefficient of variation (CV) for each group in AnnData.obs[group_by]. |
|
Plot density (KDE) plots of protein abundance grouped by a categorical variable in AnnData.obs. |
|
Generates a dual-axis plot with boxplots and stripplots for two features grouped by a specified feature key. |
|
Plot histograms for each sample showing raw and imputed values before and after imputation. |
|
Plot PCA protein loadings for the top features in the first two principal components. |
|
Plot PCA of samples in an AnnData object using Plotly. |
|
Plot a rank plot of average protein abundance in an AnnData object. |
|
Generate an UpSet plot from an AnnData object based on variable presence across groups. |
|
Plot a volcano plot from an AnnData object. |