Entering edit mode
7.6 years ago
landscape95
▴
190
I am doing projects in Cancer, now I need to download the data of Breast cancer such as miRNA, mRNA (separate them into Transcription factors and normal mRNAs), DNA methylation, somatic mutation, and clinical data. We use Bioconductor, (TCGAbiolinks), Firehose. How can I do? Thanks in advance!
If you already know about/use those programs what else do you want to know how to do?
I got a warning when I use this command "query <- GDCquery(project = "TCGA-BRCA", data.category = "DNA Methylation", data.type = "Methylation Beta Value")" Could you please help me how to solve it? Thanks in advance!
Did you read TCGAbiolinks vignette ? Its pretty well documented for all the things that you're asking.
I got a warning when I use this command "query <- GDCquery(project = "TCGA-BRCA", data.category = "DNA Methylation", data.type = "Methylation Beta Value")" Could you please help me how to solve it? Thanks in advance!
I got a warning when I use this command "query <- GDCquery(project = "TCGA-BRCA", data.category = "DNA Methylation", data.type = "Methylation Beta Value")" Could you please help me how to solve it? Thanks in advance!
Do you want to give us that warning also?
Here it is, but the type of data is only in "Methylation Beta Value"
I don't know this package, but if I understand correctly, you need to select one of harmonized.data.type for the data.type argument. But you you selected "Methylation Beta Value", which is possibly not available.