powered by
Avaliable datasets list: <https://xenabrowser.net/datapages/>
XenaDownload(xquery, destdir = tempdir(), force = FALSE, ...)
a tibble object generated by XenaQuery function.
XenaQuery
specify a location to store download data. Default is system temp directory.
logical. if TRUE, force to download data no matter whether files exist. Default is FALSE.
TRUE
FALSE
other argument to download.file function
download.file
a tibble
tibble
# NOT RUN { xe = XenaGenerate(subset = XenaHostNames == "TCGA") hosts(xe) xe_query = XenaQuery(xe) # } # NOT RUN { xe_download = XenaDownload(xe_query) # }
Run the code above in your browser using DataLab