Description Usage Arguments Value Functions
View source: R/repDbLiteFromMouseFasta.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 is the mouse rep biotype to be used.
1 2 3 | repDbLiteFromMouseFasta(fastaFile, verbose = TRUE, dryRun = FALSE)
repDbLiteMetaMousedata(packageName, sourceFile)
|
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 |
packageName |
the name of the annotation package to be built |
sourceFile |
name of FASTA file(s) whence it was built, as a string |
a data.frame of metadata suitable for cramming into the database
repDbLiteMetaMousedata
: create metadata for a RepDbLite instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.