Description Usage Arguments Value Examples
Plots VM based on cluster annotation
1 | addExternalCluster(VM, x, y, number_cells = 40, color, cluster_annot)
|
VM |
Virtual map data frame |
x |
X position to draw external cluster |
y |
Y position to draw external cluster |
color |
Color given to the new external cluster |
cluster_annot |
Annotation of the new external cluster |
number_cell |
Minimal number of cells that the external cluster should have. Default:40 |
A virtual map data.frame containing additional rows with the new cluster information
1 | VM <- addExternalCluster(VM, x=x, y=y, number_cells=40, color='black', 'Cluster_X')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.