Merge seurat assay data and meta.data from different Seurat
objects. The results will be stored in the slot 'data' and assay name 'RNA'.
Unlike the merge
function provided by Seurat, this works much faster
because not all attributes in the Seurat objects are merged
1 | merge_seurat(list_obj, assays, slot_data = "data")
|
list_obj |
a list of Seurat objects |
assays |
a vector of assay names to be merged. If only one name is supplied, this assay from all Seurat objects all be combined. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.