regionprops: regionprops

View source: R/interaction.R

regionpropsR Documentation

regionprops

Description

find all the connected domains of 'cluster'

Usage

regionprops(
  object,
  cluster,
  region.select.method = "threshold",
  region.threshold = 20,
  cluster.info = "seurat_clusters",
  slice = "slice1"
)

Arguments

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

Value

A list of connected domains with information of barcodes and clusters


Miaoyx323/stCancer documentation built on Nov. 14, 2024, 5:31 p.m.