get_var | R Documentation |
Extract feature variable (i.e. gene) metadata from any single-cell object.
get_var(obj, rownames_col = NULL, n = NULL, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
rownames_col |
Name of the column to use as row names in the metadata (i.e. unique gene/transcript IDs). |
n |
The maximum number of elements to return from that list. |
verbose |
Print messages. |
One or more variable (feature) metadata data.frames.
obj <- example_obj("cds")
var <- get_var(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.