This is a test version of Biostars. For the public version, visit https://www.biostars.org.
TCGAquery function from TCGAbiolinks

Hi all,

I am interesting in using TCGAbiolinks package for data analysis but I am only starting to learn how to use R. I have already installed TCGAbiolinks package but I am having problems in downloading the data. This one is the example to filter the search by platform using the platform parameter but I am obtaining always the same error..

query <- TCGAquery(tumor = "paad", platform = "HumanMethylation450") Error: could not find function "TCGAquery"

Is this function not suppose to be included in TCGAbiolinks package?

Thank you in advance for your help.

r

1 answer

Have you tried withGDCquery?

Log in to answer this question.