Description Usage Arguments Details Value Examples
This function computes the n=TOP genes and the the best number of clusters
1 |
me |
a matrix with genes in rows and samples in columns |
max_clusters |
max. number of clusters to check |
TOP |
the number of genes to take. |
B |
integer, number of Monte Carlo (<e2><80><9c>bootstrap<e2><80><9d>) samples. |
clusterboot |
A logical value indicating wether or not to calculate the Gap statistic and to bootstrap. |
we use the clusGap algorithm from the package cluster to calculate the Gap statistic.
a list of 1. A matrix with the top genes 2. A list of means of the Silhouette width for each number of clusters. 3. The optimal number of clusters. 4. gap_st the gap statistic of the clustering 5. best number of clusters according to the gap statistic.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.