plotVarFeatures | R Documentation |
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.
plotVarFeatures(object, combinePlot = TRUE, dotSize = 1, ...)
object |
liger object. |
combinePlot |
Logical. If |
dotSize |
Controls the size of dots in the main plot. Default
|
... |
More theme setting parameters passed to
|
ggplot
object when combinePlot = TRUE
, a list of
ggplot
objects when combinePlot = FALSE
pbmc <- normalize(pbmc)
pbmc <- selectGenes(pbmc)
plotVarFeatures(pbmc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.