View source: R/segment_image.R
leiden_segmentation | R Documentation |
using leiden clustering to cluster colors
leiden_segmentation(
vesalius_assay,
dimensions = seq(1, 3),
col_resolution = 0.01,
embedding = "last",
verbose = TRUE
)
vesalius_assay |
a vesalius_assay object |
dimensions |
embedding dimensions used for clustering |
col_resolution |
clustering resolution used for leiden |
embedding |
embedding type used for clustering |
verbose |
logical if progress message should outputed |
list with updated segmented embedding values and segment territories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.