loadFirebrowseData {psichomics} | R Documentation |
Downloads and processes data from the Firebrowse web API and loads it into R
loadFirebrowseData(folder = NULL, data = NULL, exclude = c(".aux.", ".mage-tab.", "MANIFEST.txt"), ..., download = TRUE) loadFirehoseData(folder = NULL, data = NULL, exclude = c(".aux.", ".mage-tab.", "MANIFEST.txt"), ..., download = TRUE) loadTCGAdata(folder = NULL, data = NULL, exclude = c(".aux.", ".mage-tab.", "MANIFEST.txt"), ..., download = TRUE)
folder |
Character: directory to store the downloaded archives (by default, it saves in the user's "Downloads" folder) |
data |
Character: data to load |
exclude |
Character: files and folders to exclude from downloading and
from loading into R (by default, it excludes |
... |
Arguments passed on to
|
download |
Boolean: download missing files through the function
|
URL of missing files ("missing" class) if files need to be downloaded
and if the argument download
is FALSE
; else, a list with loaded
data
## Not run: loadFirebrowseData(cohort = "ACC", data_type = "Clinical") ## End(Not run)