powered by
Initialize some config settings for bedr. This includes downloading useful datasets if requested.
bedr.setup(datasets = "all", data.dir = paste0(Sys.getenv("HOME"), "/bedr/data"))
A list of datasets to download. Defaults to "all" i.e. c("refgene","hg19","b37","hugo", "cosmic","clinvar")
A directory to put the data. Defaults to ~/bedr/data
Daryl Waggott
The default config file is at ~/bedr/config.yml. It's in yaml format.
if (FALSE) { bedr.setup() }
Run the code above in your browser using DataLab