powered by
This function download and extract the mutation data in MAF format from TCGA.
getMAFdataTCGA( cancerCodes = c("ACC"), outputFolder = tempdir(), variant_caller = "mutect2" )
A character vector of TCGA cancer codes
path of the file containing the mutation information in the MAF format
type of variant caller in TCGA
A vector containing the path of the downloaded mutation annotation files
# NOT RUN { library(MAFDash) cancerCodes <- c("ACC","THCA") outputFolderPath <- tempdir() #maf <- getMAFdataTCGA(cancerCodes = cancerCodes,outputFolder = outputFolderPath) # }
Run the code above in your browser using DataLab