ncount_hist_st | R Documentation |
This function returns the number of counts histogram of the Seurat object.
ncount_hist_st(se, ncount = "nCount_Spatial", sample_id = "orig.ident")
se |
Spatial Seurat object we want to assess. |
sample_id |
Feature in metadata by which to identify the sample if the object is merged and contains several samples. |
ncounts |
Character string indicating the name of the variable in the metadata containing the number of genes. |
Histogram with the nUMI distribution by sample.
## Not run: library(Seurat) library(SeuratData) sp_obj <- SeuratData::LoadData(ds = "stxBrain", type = "posterior1") ncount_hist_st(se = sp_obj, ncount = "nCount_Spatial", sample_id = "orig.ident") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.