tcgaLoad | R Documentation |
Loads the user mentioned TCGA cohorts
tcgaLoad(
study = NULL,
source = c("MC3", "Firehose"),
repo = c("github", "gitee")
)
study |
Study names to load. Use |
source |
Source for MAF files. Can be |
repo |
one of "github" (default) and "gitee". |
The function loads curated and pre-compiled MAF objects from TCGA cohorts. TCGA data are obtained from two sources namely, Broad Firehose repository, and MC3 project.
An object of class MAF.
Scalable Open Science Approach for Mutation Calling of Tumor Exomes Using Multiple Genomic Pipelines Kyle Ellrott, Matthew H. Bailey, Gordon Saksena, et. al. Cell Syst. 2018 Mar 28; 6(3): 271–281.e7.
tcgaAvailable
# Loads TCGA LAML cohort (default from MC3 project)
tcgaLoad(study = "LAML")
# Loads TCGA LAML cohort (from Borad Firehose)
tcgaLoad(study = "LAML", source = "Firehose")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.