Boundaries {SeuratObject} | R Documentation |
Get, Set, and Query Segmentation Boundaries
Description
Get, Set, and Query Segmentation Boundaries
Usage
Boundaries(object, ...)
DefaultBoundary(object)
DefaultBoundary(object, ...) <- value
Molecules(object, ...)
## S3 method for class 'FOV'
Boundaries(object, ...)
## S3 method for class 'FOV'
DefaultBoundary(object)
## S3 replacement method for class 'FOV'
DefaultBoundary(object, ...) <- value
## S3 method for class 'FOV'
Molecules(object, ...)
Arguments
object |
An object |
... |
Arguments passed to other methods |
value |
The name of a segmentation boundary to set as default |
Value
Boundaries
: The names of all segmentation boundaries present
within object
DefaultBoundary
: The name of the default
segmentation boundary
DefaultBoundary<-
: object
with the default
segmentation boundary set to value
Molecules
: The names of all molecule sets present within
object
[Package SeuratObject version 5.0.2 Index]