- Home
- Bioconductor 3.23
- Software Packages
- cBioPortalData (development version)
cBioPortalData
This is the development version of cBioPortalData; for the stable release version, see cBioPortalData.
Exposes and Makes Available Data from the cBioPortal Web Resources
Bioconductor version: Development (3.23)
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.
Author: Levi Waldron [aut], Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582 , Karim Mezhoud [ctb]
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("cBioPortalData")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("cBioPortalData")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("cBioPortalData")
Details
Package Archives
Follow Installation instructions to use this package in your R session.