makeStep: Plot group partition and posterior allelic ratio estimates by...

View source: R/makeStep.R

makeStepR Documentation

Plot group partition and posterior allelic ratio estimates by step

Description

Plot group partition and posterior allelic ratio estimates by step

Usage

makeStep(sce, xlab = "cell type")

Arguments

sce

SingleCellExperiment

xlab

the x axis name.

Value

a ggplot2 object.

Examples


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)

Wancen/airpart documentation built on March 12, 2023, 11:53 a.m.