Skip to content

GDCprepare Issue #657

@ZaraForbrigger

Description

@ZaraForbrigger

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions