Module cellex.plotting
Expand source code
import warnings # suppresses plotnine warnings
warnings.filterwarnings('ignore')
from .heatmap import heatmap
from .gene_profile import gene_profile
from .n_es_genes import n_es_genes
from .save_as_pdf import save_as_pdf
Sub-modules
cellex.plotting.gene_profilecellex.plotting.heatmapcellex.plotting.n_es_genescellex.plotting.save_as_pdf