estDisp | R Documentation |
Estimate overdispersion parameter of a beta-binomial
estDisp(sce, genecluster, type = c("plot", "values"))
sce |
SingleCellExperiment with |
genecluster |
the gene cluster for which to estimate the over-dispersion parameter. Default is the cluster with the most cells |
type |
whether to output the over-dispersion estimates as a plot or a value |
A ggplot object of the dispersion estimates over the mean, or a data.frame of the mean and dispersion estimates (theta)
sce <- makeSimulatedData() sce <- preprocess(sce) sce <- geneCluster(sce, G = seq_len(4)) estDisp(sce, genecluster = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.