DATADIR | R Documentation |
Download autonomics example data
DATADIR
download_data(
filename = NULL,
localdir = file.path(DATADIR, split_extract_fixed(filename, ".", 1)),
verbose = TRUE,
force = FALSE
)
filename |
file name
| ||||||||||||||||||||||||||||||||||||
localdir |
local dir to save file to | ||||||||||||||||||||||||||||||||||||
verbose |
TRUE / FALSE | ||||||||||||||||||||||||||||||||||||
force |
TRUE / FALSE |
An object of class character
of length 1.
local file path
# Show available datasets
download_data()
# atkin 2018 - hypoglycemia - pubmed 30525282
# download_data('atkin.somascan.adat') # somascan intensities
# download_data('atkin.metabolon.xlsx') # metabolon intensities
# billing16 - stemcell characterization - pubmed 26857143
# download_data('billing16.proteingroups.txt') # proteingroup ratios
# download_data('billing16.somascan.adat') # somascan intensities
# download_data('billing16.rnacounts.txt') # rnaseq counts
# download_data('billing16.bam.zip') # rnaseq alignments
# billing19 - stemcell differentiation - pubmed 31332097
# download_data('billing19.proteingroups.txt') # proteingroup ratios
# download_data('billing19.phosphosites.txt') # phosphosite ratios
# download_data('billing19.rnacounts.txt') # rnaseq counts
# fukuda20 - heart regeneration - pubmed PXD016235
# download_data('fukuda20.proteingroups.txt') # proteingroup LFQ
# halama18 - glutaminase inhibition - pubmed 30525282
# download_data('halama18.metabolon.xlsx') # metabolon intensities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.