TCGA clinical data, info about treatment_id / drug
2
7
Entering edit mode
7.3 years ago
Siha ▴ 70

From literature I know that a few TCGA samples have also information about treatment. It isn't clear to me how to obtain that information. After downloading the clinical data sets with TCGAbiolinks package I see one column "treatment_id". Each TCGA sample has a code in this column, looking like this: dbf26982-97b4-59f7-b165-d3889623bc21.

I can't figure out what that means, or how I can translate the code into drug name. Any ideas? Or is there an other way, how to obtain the treatment information outside the "clinical data information"?

TCGA R • 5.9k views
ADD COMMENT
0
Entering edit mode

Hi, did you find a solution? I now have the same problem: I couldn't find a way for getting useful treatment information.

ADD REPLY
4
Entering edit mode
4.9 years ago
borauyar1985 ▴ 40

The treatment/drug information can be downloaded using the TCGAbiolinks package. Here is the command from the vignette:

query <- GDCquery(project = "TCGA-COAD", 
              data.category = "Clinical", 
              file.type = "xml", 
              barcode = c("TCGA-RU-A8FL","TCGA-AA-3972"))
GDCdownload(query)
clinical <- GDCprepare_clinic(query, clinical.info = "drug")

You can extract other kinds of clinical data such as "radiation" therapy using the same command. Just set clinical.info argument with radiation.

ADD COMMENT
2
Entering edit mode
6.8 years ago

None of the TCGA tumors were treated prior to sequencing:

Neoadjuvant treatment was not allowable TCGA's goal was to accelerate the understanding of the underlying genomics of primary, untreated tumors. Cancer treatment can involve mutagens or carcinogens which could cloud the origin of the cancer.

https://cancergenome.nih.gov/cancersselected/biospeccriteria

If you're looking to use the clinical outcomes data, I'll leave a warning that it's often incomplete and/or of short duration. Nonetheless, there should be associated metadata files alongside the clinical data that describe the allowable entries in those fields and provide keys.

ADD COMMENT

Login before adding your answer.

Traffic: 2655 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6