TCGAbiolinks query error
0
0
Entering edit mode
@gaiusjaugustus-10041
Last seen 5.6 years ago
University of Arizona

I am trying to get a list of samples that have certain datasets.  My goal is to use TCGAbiolinks to query the database and then will compare queries from different data types (e.g. Mutation, RNAseq, and Methylation450).  This will allow me to identify cases that have multiple data types and only download the data from those cases.

 

I ran the following command:

# All DNA methylation data for TCGA-COAD and TCGA-READ
query.meth <- GDCquery(project = c("TCGA-COAD","TCGA-READ"),
                      legacy = TRUE,
                      data.category = "DNA methylation",
                      platform = c("HumanMethylation450", "HumanMethylation27"))

And am getting the following error + traceback.

the condition has length > 1 and only the first element will be usedthe condition has length > 1 and only the first element will be used
 Hide Traceback
Error: lexical error: invalid char in json text. https://gdc-api.nci.nih.gov/leg (right here) ------^
7.parse_string(txt, bigint_as_char)
6.parseJSON(txt, bigint_as_char)
5.fromJSON_string(txt = txt, simplifyVector = simplifyVector, simplifyDataFrame = simplifyDataFrame, simplifyMatrix = simplifyMatrix, flatten = flatten, ...)
4.fromJSON(url, simplifyDataFrame = TRUE)
3.getProjectSummary(project, legacy)
2.checkDataCategoriesInput(project, data.category, legacy)
1.GDCquery(project = c("TCGA-COAD", "TCGA-READ"), legacy = TRUE, data.category = "DNA methylation", platform = c("HumanMethylation450", "HumanMethylation27"))

 

Any help on this would be appreciated.

tcgabiolinks • 1.4k views
ADD COMMENT
1
Entering edit mode

The software currently has some errors. Hopefully, the developers will fix it soon and your problem will be resolved.

ADD REPLY

Login before adding your answer.

Traffic: 727 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6