buildDataFiles {BSgenome}R Documentation

A function to build the genome data files

Description

This function is used to build the data files included in the "Biostring-based genome data packages" (aka "BSgenome packages") like the BSgenome.Hsapiens.UCSC.hg18 package. It's intended to be used by the maintainer of these packages, not by the end-user.

Usage

  buildDataFiles(srcdir, destdir, files, prefix="", suffix="", comments=NULL)

Arguments

srcdir [TODO: Document me]
destdir [TODO: Document me]
files [TODO: Document me]
prefix [TODO: Document me]
suffix [TODO: Document me]
comments [TODO: Document me]

Details

Value

Author(s)

H. Pages

See Also

Examples






[Package BSgenome version 1.2.3 Index]