getTCGAClinicalAnnotation | R Documentation |
This function download and extract the clinical annotations from TCGA.
getTCGAClinicalAnnotation( cancerCodes = "ACC", outputFolder = tempdir(), plotdata = NULL )
cancerCodes |
A character vector of TCGA cancer codes |
outputFolder |
path of the file containing the clinical annotations from TCGA |
plotdata |
Flag to plot the annotations |
A list containing the TCGA clinical annotations
Mayank Tandon, Ashish Jain
library(MAFDash) cancerCodes <- "ACC" #clinicalData <- getTCGAClinicalAnnotation(cancerCodes = cancerCodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.