getFeatureVariables | R Documentation |
Extracts the specified feature variables from the feature data.
getFeatureVariables( object, features, of_sample = "", return = "data.frame", unique = "deprecated" )
object |
A valid spata-object. |
features |
The features of interest specified as a character vector. |
of_sample |
The sample(s) of interest specified as a single character value or vector. If set to "" (the default) the first sample is chosen. |
return |
Character value. One of 'vector', 'data.frame' or
'list'. In order to return a vector input of |
unique |
Deprecated. |
A data.frame or a vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.