regionprops | R Documentation |
find all the connected domains of 'cluster'
regionprops(
object,
cluster,
region.select.method = "threshold",
region.threshold = 20,
cluster.info = "seurat_clusters",
slice = "slice1"
)
object |
A Seurat object |
cluster |
The cluster to analyze |
region.threshold |
Only domains whose area are larger than 'region.threshold' are remained. |
cluster.info |
The label to store cluster information in 'object@meta.data' |
slice |
A list of connected domains with information of barcodes and clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.