Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.query.R
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.
1 | get.ucsc.tbl.tpl(tab, what="queries")
|
tab |
name of UCSC database table. |
what |
|
An SQLite table definition.
Panagiotis Moulos
1 | db.table.tmpl <- get.ucsc.tbl.tpl("knownCanonical")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.