Entering edit mode
7.7 years ago
landscape95
▴
190
I'm getting familiar with TCGAbiolinks package, now I try to download BRCA data, data type is mRNA, sample type is tumor, could any help me with the code? Thanks in advance!
Did you check the documentation?
http://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html
yes, but I am a little confused of the data.category and data.type.
Why not try retrieving small portions of data and see what the difference is.
could you also post the code you tried?
Is this right?
Didn't you give a try?
There is no obvious error in the code (but I think you need to add other arguments also?). Execute it, if you get error, post it here.
This has no error but I cannot download it since I don't have an authorized account. But I wonder is the above code is for the requirement above since I am new to TCGAbiolinks? My supervisor told me to download based on the requirements above and summarize the result to the matrix with columns are samples and rows are genes.
If all you need is a matrix of values then you could possibly get that from cBioPortal.
Thank you very much, I got the information, but could we get it from biolinks.
I tried your code and it works fine. If you want to download then you have to use GDCdownload. Use the code below and you should be able to download the file. Ensure there is a lot of space in the hard disk where you have set your working directory to download the data.