| add_clustering_annotation | R Documentation |
This function will add clustering annotations (i.e memberships) to the metadata of the Seurat Object of the matching data. Any clustering method can be used to obtain these memberships. The annotation name will include the clustering type and the cells cluster ID.
add_clustering_annotation(dataList, memberships, clusteringName)
dataList |
A list of data sets to add the clustering annotation too |
memberships |
A list of the cluster memberships of each cell, used to add the annotation |
clusteringName |
The name of the clustering method used to obtain the clustering membership |
A list of the data sets with the clustering annotations added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.