Downloads the required datasets for the package: trackdb and redb. These datasets include a genomic database in a binary format and restriction sites tables in text format.

p4cBuildRequirements(
  output_dir,
  genome = "hg19",
  reseq = "GATC",
  dataset_keys = "http://www.wisdom.weizmann.ac.il/~omersch/dataset_keys.txt"
)

Arguments

output_dir

Output directory for the dataset.

genome

For which genome build should the data be download. Current options available are: 'hg19', 'mm9', 'mm10'.

reseq

Restriction enzye database. Currently only DpnII (GATC) is available.