makeViolin {airpart} | R Documentation |
Posterior mean allelic ratio estimates in violin plots
makeViolin(sce)
sce |
SingleCellExperiment |
a ggplot2 object, n
represents number of cells in that cell type.
sce <- makeSimulatedData() sce <- preprocess(sce) sce <- geneCluster(sce, G = 1:4) sce_sub <- wilcoxExt(sce, genecluster = 1) sce_sub <- allelicRatio(sce_sub) makeViolin(sce_sub)