If I run the following code block on TCGAbiolinks version 2.37.3/2.38.0 I receive the error:
query_TCGA = GDCquery(project = "TARGET-WT",
data.category = "Transcriptome Profiling",
experimental.strategy = "RNA-Seq",
workflow.type = "STAR - Counts",
data.type = "Gene Expression Quantification")
GDCdownload(query_TCGA)
data.rna <- GDCprepare(query_TCGA)
"Error in dplyr::select():
! Can't select columns that don't exist.
✖ Column disease_response doesn't exist.
Run rlang::last_trace() to see where the error occurred."
If I use an older version of TCGAbiolinks, version 2.34, I do not get this error and I am able to run the full block.
Any help would be appreciated. Thanks!
If I run the following code block on TCGAbiolinks version 2.37.3/2.38.0 I receive the error:
query_TCGA = GDCquery(project = "TARGET-WT",
data.category = "Transcriptome Profiling",
experimental.strategy = "RNA-Seq",
workflow.type = "STAR - Counts",
data.type = "Gene Expression Quantification")
GDCdownload(query_TCGA)
data.rna <- GDCprepare(query_TCGA)
"Error in
dplyr::select():! Can't select columns that don't exist.
✖ Column
disease_responsedoesn't exist.Run
rlang::last_trace()to see where the error occurred."If I use an older version of TCGAbiolinks, version 2.34, I do not get this error and I am able to run the full block.
Any help would be appreciated. Thanks!