plotVarFeatures {rliger} | R Documentation |
Plot the variance vs mean of feature expression
Description
For each dataset where the feature variablitity is calculated, a plot of log10 feature expression variance and log10 mean will be produced. Features that are considered as variable would be highlighted in red.
Usage
plotVarFeatures(object, combinePlot = TRUE, dotSize = 1, ...)
Arguments
object |
liger object. |
combinePlot |
Logical. If |
dotSize |
Controls the size of dots in the main plot. Default
|
... |
More theme setting parameters passed to
|
Value
ggplot
object when combinePlot = TRUE
, a list of
ggplot
objects when combinePlot = FALSE
Examples
pbmc <- normalize(pbmc)
pbmc <- selectGenes(pbmc)
plotVarFeatures(pbmc)
[Package rliger version 2.0.1 Index]