View source: R/saveRTCGAdata.R
saveRTCGAdata | R Documentation |
Saves intermediate data from the GDAC Firehose pipeline via RTCGAToolbox
saveRTCGAdata(
runDate = "20160128",
diseaseCode,
dataType = c("RNASeqGene", "RNASeq2Gene", "miRNASeqGene", "RNASeq2GeneNorm", "CNASNP",
"CNVSNP", "CNASeq", "CNACGH", "Methylation", "Mutation", "mRNAArray", "miRNAArray",
"RPPAArray", "GISTIC"),
analyzeDate = "20160128",
directory,
rawDir = "tmp",
force = FALSE
)
runDate |
The GDAC Firehose run date, only '20160128' is available |
diseaseCode |
A single string indicating TCGA cancer code |
dataType |
A character vector indicating the assay type(s) |
analyzeDate |
The GDAC Firehose analyze run date, only '20160128' is available |
rawDir |
Directory location where to save data from the 'RTCGAToolbox::getFirehoseData' function |
force |
logical (default FALSE) whether to force redownload of resources |
drectory |
A single string indicating the directory in which to save intermediary datasets |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.