makeStep | R Documentation |
Plot group partition and posterior allelic ratio estimates by step
makeStep(sce, xlab = "cell type")
sce |
SingleCellExperiment |
xlab |
the x axis name. |
a ggplot2 object.
sce <- makeSimulatedData() sce <- preprocess(sce) sce <- geneCluster(sce, G = 1:4) sce_sub <- wilcoxExt(sce, genecluster = 1) sce_sub <- allelicRatio(sce_sub) makeStep(sce_sub)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.