getFileNames {TCGAutils} | R Documentation |
Part of this function is from the RTCGAToolbox. It aims to extract the file name used inside of the getFirehoseData function. The arguments of the function parallel those in the getFirehoseData function. It is only available for select data types.
getFileNames(disease, runDate = "20160128", CNASNP = FALSE, CNVSNP = FALSE, CNASeq = FALSE, CNACGH = FALSE)
disease |
The TCGA cancer disease code, e.g., "COAD" |
runDate |
The single |
CNASNP |
A |
CNVSNP |
A |
CNASeq |
A |
CNACGH |
A |
A character
vector of length one indicating the file name
getFileNames("COAD", CNVSNP = TRUE)