clrob | R Documentation |
This function calculates the cluster robustness from a consmatrix
or mergematrix
class object.
clrob(x,rm)
x |
either a |
rm |
(optional) if a |
Returns a data.frame of the cluster robustness values indexed by cluster number.
Dr. T. Ian Simpson ian.simpson@ed.ac.uk
Merged consensus clustering to assess and improve class discovery with microarray data. Simpson TI, Armstrong JD and Jarman AP. BMC Bioinformatics 2010, 11:590.
Also see cluscomp
, consmatrix
and mergematrix
.
#load cmr (consensus clustering result produced by cluscomp) data(testcmr); #calculate the cluster robustness of the consensus matrix for pam where k=4 clrob(testcmr$e1_kmeans_k4); #calculate the cluster robustness of the merge matrix in reference #to the clustering structrure of pam where k=4 clrob(testcmr$merge_k4,testcmr$e1_kmeans_k4@rm);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.