View source: R/seurat_related.R
nFeatureScatter | R Documentation |
2D FACS like scatter plot
nFeatureScatter( object, feature1, feature2, cells = NULL, group.by = NULL, cols = NULL, pt.size = 1, shape.by = NULL, span = NULL, smooth = FALSE, combine = TRUE, slot = "data", plot.cor = TRUE, raster = NULL )
object |
Seurat ojb |
feature1 |
gene symbol 1 |
feature2 |
gene symbol 2 |
cells |
cid |
group.by |
group by |
cols |
colors |
pt.size |
dot size |
shape.by |
shape by |
span |
span? |
smooth |
smooth? |
combine |
combine? |
slot |
slot |
plot.cor |
plot.correlation? |
raster |
is raster |
nFeatureScatter(sce, "CD3D", "CD4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.