repDbLiteFromFasta: functions to create a RepDbLite object (a stripped-down...

Description Usage Arguments

View source: R/repDbLiteFromFasta.R

Description

functions to create a RepDbLite object (a stripped-down SQLite db) from a specified RepBase FASTA file for a given version, species, and type(s). this will use biotype catalog designed for human species, but can possibly be used for mouse, though not recommended.

Usage

1
repDbLiteFromFasta(fastaFile, verbose = TRUE, dryRun = FALSE)

Arguments

fastaFile

the FASTA file to collate into a RepDbLite instance

verbose

make a lot of noise? (TRUE)

dryRun

boolean if false a sql database is created


arcolombo/TxDbLite documentation built on July 10, 2020, 12:27 a.m.