BioinformaticsFMRP / TCGAbiolinks

TCGAbiolinks
http://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html
284 stars 109 forks source link

TCGAbiolinks:rror in GDCquery(project = project, data.category = "Clinical", file.type = "xml") #590

Open woshizlui opened 1 year ago

woshizlui commented 1 year ago

When using TCGAbiolinks, an error message "Error in GDCquery(project = project, data.category = "Clinical", file.type = "xml") : unused argument (file.type = "xml")" occurs. I don't know how to handle this problem.

tiagochst commented 1 year ago

We had to make some changes after the legacy database was removed.

Please, use data.format instead of file.type

data.format = "bcr xml"

The documentation is updated in Bioconductor: https://bioconductor.org/packages/release/bioc/vignettes/TCGAbiolinks/inst/doc/clinical.html

On Thu, Jul 6, 2023 at 12:01 AM woshizlui @.***> wrote:

When using TCGAbiolinks, an error message "Error in GDCquery(project = project, data.category = "Clinical", file.type = "xml") : unused argument (file.type = "xml")" occurs. I don't know how to handle this problem.

— Reply to this email directly, view it on GitHub https://github.com/BioinformaticsFMRP/TCGAbiolinks/issues/590, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDQ6I4WKNY3JCMNZQZ2NDXOY2AZANCNFSM6AAAAAAZ7ZQJAA . You are receiving this because you are subscribed to this thread.Message ID: @.***>