Description Usage Arguments Value Examples
this function calls the ConsensusClusterPlus function with thedaraset and plots a plot with the heatmaps of the clustering for each number of clusters from 2 to max_clust
1 | cons_clust(data,max_clust,TOPgenes)
|
data |
this is the data for the ConsensusClusterPlus |
max_clust |
the max number of clusters that should be evaluated. |
TOPgenes |
the number of the top genes to choose for the clustering |
plots a plot with all the heatmaps from the ConsensusClusterPlus for the number ofd clusters 2 to max_clust the same return value as the COnsensusClusterPlus
1 2 | data(rna)
cons_clust(rna,5,TOPgenes=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.