Molecules-methods | R Documentation |
Molecules
MethodsMethods for Molecules
objects
## S3 method for class 'Molecules'
Features(x, ...)
## S3 method for class 'Molecules'
GetTissueCoordinates(object, features = NULL, ...)
## S3 method for class 'Molecules'
subset(x, features = NULL, ...)
## S4 method for signature 'Molecules'
show(object)
x , object |
A |
... |
Arguments passed to other methods |
features |
A vector of molecule names to keep; if |
Features
: Get spatially-resolved molecule names
GetTissueCoordinates
: Get spatially-resolved
molecule coordinates
subset
: Subset a Molecules
object to certain molecules
show
: Display an object summary to stdout
Features
: A vector of spatially-resolved molecule names;
if no molecular information present, returns NULL
GetTissueCoordinates
: A data frame with three columns:
“x
”: the x-coordinate of a molecule
“y
”: the y-coordinate of a molecule
“molecule
”: the molecule name
subset
: x
subsetted to the features specified
by features
show
: Invisibly returns NULL
Molecules-class
Segmentation layer classes:
Centroids-class
,
Centroids-methods
,
Molecules-class
,
Segmentation-class
,
Segmentation-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.