add_annotation_by_cluster_annotation_mapping_df | R Documentation |
Add annotation as column attribute using cluster annotation mapping data.frame
add_annotation_by_cluster_annotation_mapping_df( loom, key, clustering.name, annotation.df = NULL, annotation.df.cluster.id.column.name = NULL, annotation.df.annotation.column.name = NULL )
loom |
The loom file handler. |
key |
The name of the annotation |
clustering.name |
The name of the clustering. |
annotation.df |
The data.frame containing the cluster annotatiion mapping |
annotation.df.cluster.id.column.name |
The column name of the given annotation.df containing the cluster ID values |
annotation.df.annotation.column.name |
The column name of the given annotation.df containing the annotation values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.