getFileNames {TCGAutils}R Documentation

Find the file names used in RTCGAToolbox

Description

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.

Usage

getFileNames(disease, runDate = "20160128", CNASNP = FALSE,
  CNVSNP = FALSE, CNASeq = FALSE, CNACGH = FALSE)

Arguments

disease

The TCGA cancer disease code, e.g., "COAD"

runDate

The single string used in the getFirehoseData function (default "20160128")

CNASNP

A logical (default = FALSE) vector indicating whether to get the file name from this data type

CNVSNP

A logical (default = FALSE) vector indicating whether to get the file name from this data type

CNASeq

A logical (default = FALSE) vector indicating whether to get the file name from this data type

CNACGH

A logical (default = FALSE) vector indicating whether to get the file name from this data type

Value

A character vector of length one indicating the file name

Examples


getFileNames("COAD", CNVSNP = TRUE)


[Package TCGAutils version 1.0.1 Index]