downloadTCGA: Easily Download TCGA Data by Several Options
Description
TCGA is a very useful database and here we provide this function to
download TCGA (include TCGA Pancan) datasets in human-friendly way. Users who are not
familiar with R operation will benefit from this.
default is NULL. Should be one or more of TCGA project id (character vector) provided by Xena.
See all available project id, please use availTCGA("ProjectID").
data_type
default is NULL. Should be a character vector specify data type.
See all available data types by availTCGA("DataType").
file_type
default is NULL. Should be a character vector specify file type.
See all available file types by availTCGA("FileType").
destdir
specify a location to store download data. Default is system temp directory.
force
logical. if TRUE, force to download data no matter whether files exist.
Default is FALSE.
...
other argument to download.file function
Value
same as XenaDownload() function result.
Details
All availble information about datasets of TCGA can access vis availTCGA() and
check with showTCGA().