GetAssay | R Documentation |
Get an Assay object from a given Seurat object.
GetAssay(object, ...)
## S3 method for class 'Seurat'
GetAssay(object, assay = NULL, ...)
object |
An object |
... |
Arguments passed to other methods |
assay |
Assay to get |
Returns an Assay object
data("pbmc_small")
GetAssay(object = pbmc_small, assay = "RNA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.