Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 2 3 4 5 6 7 8 |
project |
default is |
data_type |
default is |
file_type |
default is |
destdir |
specify a location to store download data. Default is system temp directory. |
force |
logical. if |
... |
other argument to |
All availble information about datasets of TCGA can access vis availTCGA() and
check with showTCGA().
same as XenaDownload() function result.
Shixiang Wang w_shixiang@163.com
UCSCXenaTools::XenaQuery(),
UCSCXenaTools::XenaFilter(),
UCSCXenaTools::XenaDownload(),
UCSCXenaTools::XenaPrepare(),
UCSCXenaTools::availTCGA(),
UCSCXenaTools::showTCGA()
1 2 3 4 5 6 7 | ## Not run:
# download RNASeq data (use UVM as example)
downloadTCGA(project = "UVM",
data_type = "Gene Expression RNASeq",
file_type = "IlluminaHiSeq RNASeqV2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.