How to get treatment information with TCGAbiolinks?
1
0
Entering edit mode
newbie • 0
@newbie-13278
Last seen 6.8 years ago

Hi,

i tried to get treatment information from TCGA-COAD and TCGA-READ data, but all attempts failed.

I downloaded the harmonized, FPKM, clinical and transcriptome profiling data but couldn't find any suitable information about the treatment of the cases.

When looking at the GDC homepage, under the clinical data table I found suitable treatmant items as treatment_type: https://gdc.cancer.gov/about-data/data-harmonization-and-generation/clinical-data-harmonization, but I have no clue how I could get them!??

Here is my code:

library(TCGAbiolinks)

# Getting clinical data
#---
# XML format:
clin.queryR <- GDCquery(project="TCGA-READ", data.category="Clinical")
GDCdownload(clin.queryR, method="client")
clinicalR <- GDCprepare_clinic(clin.queryR, clinical.info="patient")


I tried all the other clinical.info options too, but I didn't find the treatment_type information. Can you please help me how I could get the treatment_type information? Thanks a lot.

gdcprepare tcgabiolinks treatment_type R data extraction • 1.6k views
ADD COMMENT
0
Entering edit mode
Dario Strbenac ★ 1.5k
@dario-strbenac-5916
Last seen 1 day ago
Australia

This is explained in the software's vignette. It seems that hardly any samples have details recorded about drug treatment, so it doesn't seem possible to incorporate patient treatment into your analysis. Perhaps another relevant dataset might be available from Gene Expression Omnibus and could have better clinical annotation of samples than TCGA does.

ADD COMMENT

Login before adding your answer.

Traffic: 544 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