Dear Dr. Chris
Hello,
Thanks for your comment. Let me to explain more about my data in samples and patient for you. My genes profiles is data frame include N samples with M genes type as call it "mydata” based on below structure:
gene1 gene2 gene3 ……. geneM
Sample 1
Sample 2
Sample 3
…..
Sample N
And my patient as call it "myclinicaldata" based on below structure:
Time OS Status
Sample 1 100 1
Sample 2 200 0
Sample 3 150 1
…..
Sample N 400 0
Ok. I clusterd "mydata" based on genes and now I have 20 clusters that I called them cluster01, cluster02, cluster03…, cluster20 and in each cluster I have some genes. I would like to import each cluster to my survival analysis.
Once again, I deeply appreciate if you share your R solution based on my scenario.
Best Regards