Skip to content

Can't download the new 2018 TCGA genetic profiles #7

Description

@asmagen

Hello,

I'm trying to run the following code, as an example out of the manuals, with only one change of the cancer study to be row 4 meaning 'laml_tcga_pan_can_atlas_2018'. The getGeneticProfiles fails with this input, as with any other cancer type ending with '_tcga_pan_can_atlas_2018'.

mycgds = CGDS("http://www.cbioportal.org/")
# Get list of cancer studies at server
getCancerStudies(mycgds)
# Get available case lists (collection of samples) for a given cancer study
mycancerstudy = getCancerStudies(mycgds)[4,1]
mycaselist = getCaseLists(mycgds,mycancerstudy)[1,1]
# Get available genetic profiles
mygeneticprofile = getGeneticProfiles(mycgds,mycancerstudy)[1,1]

Metadata

Metadata

Assignees

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