Entering edit mode
ph.shimaasherif
•
0
@phshimaasherif-22566
Last seen 4.9 years ago
Good evening ,
I'm trying to download the (MAF) file for the TARGET dataset from the GDC website using the TCGAbiolinks package, I'm using the following command:
maf <- GDCquery_Maf("AML", pipelines = "muse")
and I faced this error :
Error in checkProjectInput(project) :
Please set a valid project argument from the column id above. Project TCGA-AML was not found.
Seems like this function is only working for the TCGA data not the TARGET ?!
Please advice , Thank you