add_features | R Documentation |
add features (i.e. rows) to a Seurat object used for exporting various cell level measurements for labeled in ucsc cell browser. Note that column names much be identical to input seurat obj. Only the 'data' matrix will be altered
add_features(so, mat, prefix = NULL, assay = "RNA")
so |
seurat object |
mat |
data to add to expression matrix |
prefix |
optional prefix to add to rownames of mat before |
assay |
assay to which data will be appended, defaults to RNA merging |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.