cBioPortalData icon indicating copy to clipboard operation
cBioPortalData copied to clipboard

Integrate the cancer genomics portal, cBioPortal, using MultiAssayExperiment

Results 8 cBioPortalData issues
Sort by recently updated
recently updated
newest added

Hello, I was loading a study using the function `loadStudy` and noticed that most data files are not being added to the `ExperimentList` of the `MultiAssayExperiment` object, but are loaded...

Hi Waldron Lab, I'm working on migrating my cBioPortal workflow code to use cBioPortalData, and the package is really excellent. Great work. One thing that I've noticed is that `pancan_pcawg_2020`...

add unit tests to match calls between direct API and cached API calls

enhancement

Hi, I'm seeing a parsing error for `brca_tcga_pan_can_atlas_2018`: `utils::read.table` chokes too easily on malformed files -- is it worth considering switching to readr/vroom or data.table here to harden against malformed...

@LiNk-NY I have an issue when trying to load the data. The issue seems to be with the data_sv. txt/ Where we have multiple clumns `Site_1_Chromosome`, `Site_2_Chromosome` etc. Probably, not...

I noticed an issue when trying to wrap the `cBioPortalData()` function within another function or the `mapply()` function. It seems that when multiple arguments to `cBioPortalData()` are being passed in...

Hi! I'm getting the below error for my query: ``` > cbio_api study samples cBioPortalData( + api = cbio_api, + by = "hugoGeneSymbol", + studyId = study, + sampleIds =...

Not time-critical, but there are 115 NA values in the `getStudies(cbio, buildReport = TRUE)` api_build and pack_build columns. I'm guessing these are studies added to cBioPortal since the last time...

enhancement