Get and set variable feature information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | VariableFeatures(object, ...)
VariableFeatures(object, ...) <- value
## S3 method for class 'Assay'
VariableFeatures(object, ...)
## S3 method for class 'Seurat'
VariableFeatures(object, assay = NULL, ...)
## S3 replacement method for class 'Assay'
VariableFeatures(object, ...) <- value
## S3 replacement method for class 'Seurat'
VariableFeatures(object, assay = NULL, ...) <- value
|
object |
An object |
... |
Arguments passed to other methods |
value |
A character vector of variable features |
assay |
Name of assay to pull variable features for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.