XenaDownload | R Documentation |
Avaliable datasets list: https://xenabrowser.net/datapages/
XenaDownload( xquery, destdir = tempdir(), download_probeMap = FALSE, trans_slash = FALSE, force = FALSE, max_try = 3L, ... )
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 |
a tibble
Shixiang Wang w_shixiang@163.com
## Not run: xe = XenaGenerate(subset = XenaHostNames == "tcgaHub") hosts(xe) xe_query = XenaQuery(xe) xe_download = XenaDownload(xe_query) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.