powered by
Avaliable datasets list: https://xenabrowser.net/datapages/
XenaDownload( xquery, destdir = tempdir(), download_probeMap = FALSE, trans_slash = FALSE, force = FALSE, max_try = 3L, ... )
a tibble object generated by XenaQuery function.
specify a location to store download data. Default is system temp directory.
if TRUE, also download ProbeMap data, which used for id mapping.
TRUE
logical, default is FALSE. If TRUE, transform slash '/' in dataset id to '__'. This option is for backwards compatibility.
FALSE
logical. if TRUE, force to download data no matter whether files exist. Default is FALSE.
time limit to try downloading the data.
other argument to download.file function
download.file
a tibble
tibble
# NOT RUN { xe = XenaGenerate(subset = XenaHostNames == "tcgaHub") hosts(xe) xe_query = XenaQuery(xe) xe_download = XenaDownload(xe_query) # }
Run the code above in your browser using DataLab