r_feature_plot | R Documentation |
Roberts lab Seurat::FeaturePlot default changes
r_feature_plot(object, features, title = NULL, pt.size = 1, order = TRUE, ...)
object |
Seurat object |
features |
Vector of features to plot. Features can come from:
|
title |
Title to use for plot |
pt.size |
Adjust point size for plotting |
order |
Boolean determining whether to plot cells in order of expression. Can be useful if cells expressing given feature are getting buried. |
... |
Other arguments to pass to Seurat::FeaturePlot |
A patchworked ggplot object if combine = TRUE; otherwise, a list of ggplot objects
## Not run:
Seurat::FeaturePlot(object = sobject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.