getDb {strvalidator} | R Documentation |
Get Allele Frequency Database
Description
Gives access to allele frequency databases.
Usage
getDb(db.name.or.index = NULL, debug = FALSE)
Arguments
db.name.or.index |
string or integer specifying the database. If NULL a vector of available databases is returned. |
debug |
logical indicating printing debug information. |
Details
The function provides access to allele frequency databases stored in the file database.txt in the package directory. It returns the specified allele frequency database.
Value
data.frame with allele frequency database information. If no matching database or database index is found NA is returned. If the database was not found NULL is returned.
Examples
# Show available allele frequency databases.
getDb()
[Package strvalidator version 2.4.1 Index]