Description Usage Arguments Examples
This function clusters the samples into x clusters.
1 | Groups_Sup(me_TOP, me, number_of_k,TRw)
|
me_TOP |
the matrix with the n top genes, usually the from output of the function TopPAM |
me |
the original expression matrix. (with genes in rows and samples in columns). |
number_of_k |
the number of clusters |
TRw |
threshold for the elemenation of the samples with a Silhouette width lower than TRw. Default value is -1. |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.