cBioPortalData
Exposes and Makes Available Data from the cBioPortal Web Resources
Bioconductor version: 3.23 · Package version: 2.24.0
The cBioPortalData R package accesses study datasets from the cBio Cancer Genomics Portal. It accesses the data either from the pre-packaged zip / tar files or from the API interface that was recently implemented by the cBioPortal Data Team. The package can provide data in either tabular format or with MultiAssayExperiment object that uses familiar Bioconductor data representations.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cBioPortalData") Details
| Maintainer | Marcel Ramos <marcel.ramos@sph.cuny.edu> |
| Author | Levi Waldron [aut], Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>), Karim Mezhoud [ctb] |
| License | AGPL-3 |
| URL | https://github.com/waldronlab/cBioPortalData |
| Bug Reports | https://github.com/waldronlab/cBioPortalData/issues |
| Downloads rank | 811 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, Software, ThirdPartyClient |
Documentation
- cBioPortalData: Data Build Errors
- cBioPortalData: API Reference Guide for Devs
- cBioPortalData: User Guide
- cgdsr to cBioPortalData: Migration Tutorial
Download
Dependencies
Depends: R (>= 4.5.0), AnVIL (>= 1.19.5), MultiAssayExperiment
Imports: BiocBaseUtils, BiocFileCache (>= 1.5.3), digest, dplyr, Seqinfo, GenomicRanges, httr, IRanges, methods, readr, RaggedExperiment, RTCGAToolbox (>= 2.19.7), S4Vectors, SummarizedExperiment, stats, tibble, tidyr, TCGAutils (>= 1.9.4), utils
Suggests: BiocStyle, jsonlite, knitr, survival, survminer, rmarkdown, testthat