GDCprepare error in TARGET-AML data access
1
0
Entering edit mode
Лиза • 0
@42f04a4c
Last seen 17 months ago
Russia

Hello there,

I am trying to access the STAR-Counts files from TARGET-AML (they using STAR instead HTSeq-counts now) using TCGAbiolinks. When using the GDCprepare function (see example below), an error occurs that I don't know how to fix (there were no problems with GDCprepare before).

queryDown_Target2 <- GDCquery(project = "TARGET-AML", 
                      data.category = "Transcriptome Profiling",
                      data.type = "Gene Expression Quantification", 
                      workflow.type = "STAR - Counts", 
                      barcode = c("TARGET-20-PASPLU-04A-01R"))

Then I try to load the files and use GDCprepare:

GDCdownload(queryDown_Target2)
data2 <- GDCprepare(queryDown_Target2)

And I get this error:

Error in `vectbl_as_col_location()`:
! Can't subset columns past the end.
ℹ Locations 2, 3, and 4 don't exist.
ℹ There is only 1 column.

P.S. GDCprepare still works with TCGA data.

TCGAbiolinks TARGET-AML • 2.1k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode
@tiagochst-7121
Last seen 10 months ago
Miami, US

Please, update to the latest version of the package from GitHub. The code is working on my side.

BiocManager::install("BioinformaticsFMRP/TCGAbiolinksGUI.data")
BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")
ADD COMMENT

Login before adding your answer.

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