Entering edit mode
Hi, I am trying to use ConsensusClusterPlus to do cluster classification. After clustering, how can I get the class ID of patients?
For example, results = ConsensusClusterPlus(d,maxK=6,reps=50,pItem=0.8,pFeature=1, title=title,clusterAlg="hc",distance="pearson",seed=1262118388.71279,plot='pdf')
Then, I wanna divide patients by 2 groups. How can I get the calss ID for each patient so that I could do further study.
Thank you.