Learn R Programming

MAFDash (version 0.2.1)

getTCGAClinicalAnnotation: Function to extract the clinical annotations from TCGA

Description

This function download and extract the clinical annotations from TCGA.

Usage

getTCGAClinicalAnnotation(
  cancerCodes = "ACC",
  outputFolder = tempdir(),
  plotdata = NULL
)

Arguments

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

Value

A list containing the TCGA clinical annotations

Examples

Run this code
# NOT RUN {
library(MAFDash)
cancerCodes <- "ACC"
#clinicalData <- getTCGAClinicalAnnotation(cancerCodes = cancerCodes)

# }

Run the code above in your browser using DataLab