parse_loc_object | R Documentation |
more flexible parsing of single cell objects
parse_loc_object(
input,
type = class(input),
expr_loc = NULL,
meta_loc = NULL,
var_loc = NULL,
cluster_col = NULL,
lookuptable = NULL
)
input |
input object |
type |
look up predefined slots/loc |
expr_loc |
function that extracts expression matrix |
meta_loc |
function that extracts metadata |
var_loc |
function that extracts variable genes |
cluster_col |
column of clustering from metadata |
lookuptable |
if not supplied, will use object_loc_lookup() for parsing. |
list of expression, metadata, vargenes, cluster_col info from object
so <- so_pbmc()
obj <- parse_loc_object(so)
length(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.