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 [email protected]
if (FALSE) { xe = XenaGenerate(subset = XenaHostNames == "tcgaHub") hosts(xe) xe_query = XenaQuery(xe) xe_download = XenaDownload(xe_query) }