View source: R/get_var_names.R
get_var_names | R Documentation |
Get the names of each feature in a single-cell object.
get_var_names(obj)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
Vector of observation names.
obj <- example_obj()
vnames <- get_obs_names(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.