| add_annotated_clustering | R Documentation | 
Add the given clusters in the given group column attribute and meta data related to the given clustering to the given .loom file handler.
add_annotated_clustering( loom, group, name, clusters, annotation, is.default = F, overwrite.default = NULL )
loom | 
 The loom file handler.  | 
group | 
 The for the given clustering group to which the given clusters have to be added.  | 
name | 
 The name given to this clustering  | 
clusters | 
 A named list of the cell id and assigned the cluster id.  | 
annotation | 
 A named list of the cell id and the corresponding annotation.  | 
is.default | 
 Set this clustering be set as default one.  | 
overwrite.default | 
 Overwrite the default clustering in the given loom if set to TRUE. Otherwise, it's not updated.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.