Skip to content

Got Error in getFirehoseData function #9

@luoyuan1984

Description

@luoyuan1984

Hello, I am trying to run code below:

# Download GISTIC results
lastanalyzedate <- getFirehoseAnalyzeDates(1)
gistic <- getFirehoseData("GBM",gistic2Date = lastanalyzedate)

# get GISTIC results
gistic.allbygene <- getData(gistic, type = "GISTIC", platform = "AllByGene")

I got an error like this:
Error in getData(gistic, type = "GISTIC", platform = "AllByGene") :
No data available for that type

I also tried to view gistic by view(gistic), but got another error:
Error in if (more || nchar(output) > 80) { :
missing value where TRUE/FALSE needed

I am using R:3.5.1 and RStudio:1.1.456 in Windows10 system.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions