View source: R/plot_functions.R
variableGenes.Plot | R Documentation |
Using Seurat's VariableFeaturePlot, variable genes are identified and plotted. Top N variable genes are labeled.
variableGenes.Plot(
so,
gNames,
set_name = NULL,
top.n.genes = 10,
pt.colors = c("black", "tomato"),
...
)
so |
Seurat Object |
gNames |
Named gene list; entries are Symbols, names are Ensemble. |
set_name |
Character specfiying name of dataset. Optional. |
top.n.genes |
Numeric. Top n genes to label on plot. |
pt.colors |
colors to specify non-variable/variable status. |
... |
additional arguments passed to Seurat::VariableFeaturePlot(...) |
ggplot handle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.