dotPlotSCAtlasExperiment | R Documentation |
This function generates a Dot-Plot from a SingleCellExperiment object coming from a Single-Cell Expression Atlas experiment.
dotPlotSCAtlasExperiment( singleCellExperiment, genes, sel.K=NULL, scaleNormExp=FALSE )
singleCellExperiment |
A SingleCellExperiment object from Single Cell Expression Atlas |
genes |
Vector of gene IDs to include in the dot-plot. |
sel.K |
Number of clusters for Single Cell Expression Atlas Experiment. If both |
scaleNormExp |
Logical indicating whether to scale normalized expression values, which adjusts the data to have a mean of zero and a standard deviation of one. Default is |
A Heatmap-class object from the ComplexHeatmap package. This object can be further customized or combined with other heatmaps using the ComplexHeatmap package's functions.
egeod6552 <- getAtlasSCExperiment( "E-GEOD-36552" )
dotPlotSCAtlasExperiment(egeod6552, genes=c('ENSG00000166681','ENSG00000178928', 'ENSG00000142182' , 'ENSG00000160282' ), sel.K=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.