Introduction

knitr::opts_chunk$set(echo = TRUE)
knitr::opts_knit$set(progress = FALSE)


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


- December 2019: - Added support to non TCGA/TARGET projects - https://rpubs.com/tiagochst/TCGAbiolinks_RNA-seq_new_projects - Added support to linked Omics data retrieval - https://rpubs.com/tiagochst/linkedOmics - Included Glioma classifier from GUI to the main package - https://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/classifiers.html - Added support to BCR Biotab clinical files
- Workshop materials (ATAC-seq, ELMER and TCGAbiolinks) were added to vignette (https://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html)

Citation


If you use TCGAbiolinks, please cite:

Other useful links


* 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)

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


version
packageVersion("TCGAbiolinks")


Try the TCGAbiolinks package in your browser

Any scripts or data that you put into this service are public.

TCGAbiolinks documentation built on Nov. 8, 2020, 5:37 p.m.