View source: R/repDbLiteFromFasta.R
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.
1 | repDbLiteFromFasta(fastaFile, verbose = TRUE, dryRun = FALSE)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.