XenaDownload {UCSCXenaTools} | R Documentation |
Download Datasets from UCSC Xena Hubs
Description
Avaliable datasets list: https://xenabrowser.net/datapages/
Usage
XenaDownload(
xquery,
destdir = tempdir(),
download_probeMap = FALSE,
trans_slash = FALSE,
force = FALSE,
max_try = 3L,
...
)
Arguments
xquery |
a tibble object generated by XenaQuery function. |
destdir |
specify a location to store download data. Default is system temp directory. |
download_probeMap |
if |
trans_slash |
logical, default is |
force |
logical. if |
max_try |
time limit to try downloading the data. |
... |
other argument to |
Value
a tibble
Author(s)
Shixiang Wang w_shixiang@163.com
Examples
## Not run:
xe = XenaGenerate(subset = XenaHostNames == "tcgaHub")
hosts(xe)
xe_query = XenaQuery(xe)
xe_download = XenaDownload(xe_query)
## End(Not run)
[Package UCSCXenaTools version 1.4.8 Index]