getFileName | 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.
getFileName(
disease,
runDate = "20160128",
dataType = c("CNASNP", "CNVSNP", "CNAseq", "CNACGH", "Mutation")
)
disease |
The TCGA cancer disease code, e.g., "COAD" |
runDate |
The single |
dataType |
A single character vector (default "CNASNP") indicating the data type for which to get the source file name |
A single character
file name
getFileName("COAD", dataType = "CNASNP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.