Description Usage Arguments Details Value Author(s) Examples
Download some useful datasets. Some functions such as plotting and fasta querying require additional data.
1 | download.datasets(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 |
External datasets are required for some bedr functionality. For example, plotting intersections based on genes, get.fasta, bed2vcf and validate.gene.names. If these datasets already exist you can simply place symlinks in a directory and use bedr.setup() to define the data.dir.
some datasets.
Daryl Waggott
1 2 3 4 | ## Not run:
download.datasets("cosmic");
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.