TCGAbiolinks MSI data
0
0
Entering edit mode
7 months ago
Elizabeth ▴ 10

Hi! I am trying to use this code to access Microsatellita data:

query <- GDCquery(project = "TCGA-COAD", 
                  data.category = "Other",
                  legacy = TRUE,
                  access = "open",
                  data.type = "Auxiliary test",
                  barcode = c("TCGA-AD-A5EJ","TCGA-DM-A0X9")) 

from TCGAbiolinks help documents, but I have this error message: "Error in checkDataCategoriesInput(project, data.category, legacy) : Please set a valid data.category argument from the column data_category above. We could not validade the data.category for project TCGA-COAD"

What data.category should I use? (because data.category = "Other" doesn't exist)

Thanks!

msi • 397 views
ADD COMMENT
0
Entering edit mode

Please check that TCGAbiolinks does not have Other in the data.category option. Please check the options available for this function simply running-

?GDCquery()

And do not provide parameters blindly.

ADD REPLY

Login before adding your answer.

Traffic: 2434 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