TCGAbiolinks is able to access The National Cancer Institute (NCI) Genomic Data Commons (GDC) thorough its
GDC Application Programming Interface (API) to search, download and prepare relevant data for analysis in R.
If you use TCGAbiolinks, please cite:
Gao, Galen F., et al. “Before and After: Comparison of Legacy and Harmonized TCGA Genomic Data Commons’ Data.” Cell systems 9.1 (2019): 24-34. (https://doi.org/10.1016/j.cels.2019.06.006)
TCGA Workflow Analyze cancer genomics and epigenomics data using Bioconductor packages: http://bioconductor.org/packages/TCGAWorkflow/
You can install the stable version from Bioconductor. If you are having issues with the stable version, try using the development version.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("TCGAbiolinks")
The examples in this tutorial use the following libraries:
## _
## platform x86_64-w64-mingw32
## arch x86_64
## os mingw32
## crt ucrt
## system x86_64, mingw32
## status Under development (unstable)
## major 4
## minor 5.0
## year 2024
## month 10
## day 26
## svn rev 87273
## language R
## version.string R Under development (unstable) (2024-10-26 r87273 ucrt)
## nickname Unsuffered Consequences
## [1] '2.35.0'