Introduction (original) (raw)


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.

News


Citation


If you use TCGAbiolinks, please cite:


Installation


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")
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("BioinformaticsFMRP/TCGAbiolinksGUI.data")
BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")

Question and issues


Please use Github issues if you want to file bug reports or feature requests.

Required libraries


The examples in this tutorial use the following libraries:

library(TCGAbiolinks)
library(dplyr)
library(DT)

Session info


##                _                                     
## platform       x86_64-pc-linux-gnu                   
## arch           x86_64                                
## os             linux-gnu                             
## system         x86_64, linux-gnu                     
## status         RC                                    
## major          4                                     
## minor          5.0                                   
## year           2025                                  
## month          04                                    
## day            04                                    
## svn rev        88126                                 
## language       R                                     
## version.string R version 4.5.0 RC (2025-04-04 r88126)
## nickname       How About a Twenty-Six
packageVersion("TCGAbiolinks")
## [1] '2.36.0'