Skip to content

Instantly share code, notes, and snippets.

@lwaldron
Last active September 1, 2020 20:58
Show Gist options
  • Save lwaldron/16147c28ad669c4fec6cd185a3f578d8 to your computer and use it in GitHub Desktop.
Save lwaldron/16147c28ad669c4fec6cd185a3f578d8 to your computer and use it in GitHub Desktop.
Quick test for download/construction time of gbm_tcga IMPACT341 panel
# docker run -it bioconductor/bioconductor_docker:latest R
BiocManager::install("cBioPortalData")
library(cBioPortalData)
cBio <- cBioPortal()
system.time(gbm <- cBioPortalData(cBio, studyId = "gbm_tcga", genePanelId = "IMPACT341"))
gbm
# again
system.time(gbm <- cBioPortalData(cBio, studyId = "gbm_tcga", genePanelId = "IMPACT341"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment