data_download: Download TCGA data from API

Description Usage Arguments Value Examples

View source: R/data_download.R

Description

Download TCGA data from API, using TCGAbiolinks package

Usage

1
data_download(cohort, datatype = "RNAseq")

Arguments

cohort

Character, e.g. TCGA-CHOL, please refer to GDC portal for proper abbreviations.

datatype

Character, now only support RNA-seq, e.g. RNA-seq/RNAseq

Value

List: including a DGEList object, and survival data

Examples

1
chol <- data_download("TCGA-CHOL", datatype="RNAseq")

alexyfyf/TCGA_workflow documentation built on March 19, 2020, 2:28 a.m.