Description Usage Arguments Details Author(s) Examples
Initialize some config settings for bedr. This includes downloading useful datasets if requested.
1 | bedr.setup(datasets = "all", data.dir = paste0(Sys.getenv("HOME"), "/bedr/data"))
|
datasets |
A list of datasets to download. Defaults to "all" i.e. c("refgene","hg19","b37","hugo", "cosmic","clinvar") |
data.dir |
A directory to put the data. Defaults to ~/bedr/data |
The default config file is at ~/bedr/config.yml. It's in yaml format.
Daryl Waggott
1 2 3 4 | ## Not run:
bedr.setup()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.