View source: R/mergeInitialClusters.R
gatherInitialClusters | R Documentation |
Merge initial clustering results from a list of Seurat objects into a single Seurat object.
gatherInitialClusters(seu_list, seu)
seu_list |
A list containing Seurat objects with initial clustering results. Required. |
seu |
A Seurat object to which the merged initial cluster information will be added. |
A Seurat object containing the initial clustering results in the initial_cluster
column of its meta.data
.
mergeInitialClusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.