get_obs | R Documentation |
Extract sample observations (i.e. cell) metadata from any single-cell object.
get_obs(obj, rownames_col = 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 cell IDs/barcodes). |
verbose |
Print messages. |
An observation (sample) metadata data.frame.
obj <- example_obj("scle")
obs <- get_obs(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.