# NOT RUN {
#load data
data(sim_profile);
#check if this can be used by cluscomp
data_check(sim_profile);
#perform a clusomp run
cmr <- cluscomp(sim_profile,clmin=2,clmax=2,rep=10);
#check one of the consensus matrices
validConsMatrixObject(cmr$e1_kmeans_k2)
# }
Run the code above in your browser using DataLab