plotMixture | R Documentation |
Plots output from a single mixture model.
plotMixture(fit, BIC=FALSE)
fit |
output from |
BIC |
whether to also plot the BICs for all the models considered. |
Plots a histogram of the gene expression signature of a single cell-cycle phase across cells. Superimposes the fitted gaussian curves for the optimal model according to BIC. Optionally plots the BIC for all the models considered in the fitting.
The input SingleCellExperiment object with the regressed expression saved to the 'norm_exprs' slot.
classifyCells, assignPhase
fit <- assignPhase(Ex, MGeneSets$Cyclone, "G2M")
plotMixture(fit, BIC=TRUE)
classification <- classifyCells(Ex, MGeneSets$Cyclone, do.scale=TRUE, allow.multi=FALSE);
plotMixture(classification$fits[[1]], BIC=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.