Description Usage Arguments Value
Loads .obs and .var data from loom file
1 2 3 4 5 6 | loadDataFromLoom(
path,
col_attrs = NULL,
obs_names = "obs_names",
var_names = "var_names"
)
|
path |
path to loom file |
col_attrs |
column attributes to include in sample table. By default will include all in loom file. |
obs_names |
where in loom file observation names are stored |
var_names |
where in loom file variable names are stored |
list includeing expression matrix and sample table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.