getVarTypeList | R Documentation |
Retrieves a list of variable types present in the SPATA2
object.
getVarTypeList(object, variables = NULL)
object |
An object of class |
variables |
A character vector specifying the subset of variables to include in the output. By default, all variables known to the object are returned in the output list. |
This function categorizes variables into different types, including spatial coordinates, molecules, signatures, meta features, and additional information like barcodes and sample identifiers. If the 'variables' argument is provided as a character vector, the function returns only the specified variables categorized by type. Otherwise, it returns all variables categorized by type.
A list containing the names of variables categorized by type.
getCoordsDf()
, getMetaDf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.