I am currently working on this colorectal cancer dataset GSE14333 and I was wondering as to how do I know which samples in this dataset are treated and untreated?
head(GSE14333_PHENO)
X Location DukesStage Age Gender DFSTime DFS_group DFSCens AdjXRT AdjCTX
1 GSM358387 Rectum B 54 M 9.96 poor 0 Y Y
2 GSM358392 Right B 38 F 17.95 poor 1 N Y
3 GSM358395 Right B 78 F 22.02 poor 1 N Y
4 GSM358396 Left B 65 F 22.38 poor 0 Y Y
5 GSM358397 Left B 65 F 22.38 poor 0 Y Y
6 GSM358399 Left B 56 F 25.21 poor 0 Y Y
I am a beginner, would appreciate any help in this regard. Many thanks!
Have you looked to see if you can find this information in paper/supplemental information (more than likely).
Note: There is no need to include
#
to create tags on Biostars. Just bare words are used astags
.Sure, I'll have a look at that. Yes! I almost forgot that I included #. My mistake.
bio94 : Please don't delete posts when they have received comments/answers.
Treated with what? Radio or chemo? What do you think the lasts two columns are?
I believe they are Adjuvant Radiotherapy and Adjuvant chemotherapy. So If It's a YES for any one of these two columns, I consider them as TREATED. If a NO for both the columns I consider them as UNTREATED?
That seems to correspond to last two columns and would logically be right. You should have included this info in the original post if you knew about it then.
but does that mean the patient was treated during follow-up, or does it mean the patient was treated prior to resection?