| BASiCS_VarianceDecomp {BASiCS} | R Documentation |
Function to decompose total variability of gene expression into biological and technical components.
BASiCS_VarianceDecomp(Chain, OrderVariable = "BioVarGlobal", Plot = TRUE, ...)
Chain |
an object of class |
OrderVariable |
Ordering variable for output.
Possible values: |
Plot |
If |
... |
Other arguments to be passed to |
See vignette
A data.frame whose first 4 columns correspond to
GeneNameGene name (as indicated by user)
BioVarGlobalPercentage of variance explained by a biological component (overall across all cells)
TechVarGlobalPercentage of variance explained by the technical component (overall across all cells)
ShotNoiseGlobalPercentage of variance explained by the shot noise component (baseline Poisson noise, overall across all cells)
If more than 1 batch of cells are being analysed, the remaining columns contain the corresponding variance decomposition calculated within each batch.
Catalina A. Vallejos cnvallej@uc.cl
Vallejos, Marioni and Richardson (2015). PLoS Computational Biology.
# For illustration purposes we load a built-in 'BASiCS_Chain' object # (obtained using the 'BASiCS_MCMC' function) data(ChainSC) VD <- BASiCS_VarianceDecomp(ChainSC)