Plotting: pl#
The plotting module dotools_py.pl contains a collection of
functions for enhance visualization of sc/snRNA-seq data.
Categorical plots#
|
Barplot with statistical significance. |
|
Violin plot with statistical significance. |
|
Boxplot with statistical significance. |
|
Lineplot for AnnData. |
|
Ridgeplot for AnnData. |
Embeddings plots#
|
Scatterplot for an embedding. |
|
Scatter plot splitting categorical data in an embedding. |
|
Scatter plot in UMAP basis. |
|
Density plot. |
Matrix plots#
|
Makes a 2d dotplot or 3d dotplot. |
|
Heatmap of the mean expression of genes across a groups. |
|
Heatmap of the log2-foldchange of genes across a groups between two conditions. |
Statistical plots#
|
Stacked barplot showing changes in cell-type proportions. |
|
Split BarPlot for GO terms. |
|
Calculate correlation between samples. |
|
Generate a volcano plot. |
Visium#
These functions allow the visualisation for AnnData containing spatial transcriptomics (Visium) data.
Classes#
These classes allow to calculate and add statistical information to bar-, box- and violin-plots.
|
Class to perform test in AnnData or Pandas DataFrames. |
|
Class to add statistics on bar, box or violin plots. |