buildDataFiles {BSgenome} | R Documentation |
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.
buildDataFiles(srcdir, destdir, names, prefix="", suffix="", comments=NULL, single.seq=TRUE)
srcdir |
[TODO: Document me] |
destdir |
[TODO: Document me] |
names |
[TODO: Document me] |
prefix |
[TODO: Document me] |
suffix |
[TODO: Document me] |
comments |
[TODO: Document me] |
single.seq |
[TODO: Document me] |
H. Pages