View source: R/Visualization.R
| Plot_Heatmap | R Documentation |
Plot Heatmap for visualizing cell clustering result.
Plot_Heatmap(result, cluster)
result |
A dataframe with approriate format for visualization. |
cluster |
A number of true clusters in the dataset (numeric). |
No return values.
table.cluster <- ListToDataframe(l = result.cluster.all.rate, type = 'heatmap'); table.cluster Plot_Heatmap(result = table.cluster, cluster = 4) Plot_Heatmap(result = table.cluster, cluster = 6) Plot_Heatmap(result = table.cluster, cluster = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.