get.ucsc.tbl.tpl {metaseqR} | R Documentation |
Returns an SQLIte table template defintion, according to UCSC Genome Browser database table schemas. This functionality is used when the package RMySQL is not available for some reason, e.g. Windows machines. Internal use only.
get.ucsc.tbl.tpl(tab, what="queries")
tab |
name of UCSC database table. |
what |
|
An SQLite table definition.
Panagiotis Moulos
db.table.tmpl <- get.ucsc.tbl.tpl("knownCanonical")