Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.query.R
Creates a list of UCSC Genome Browser database tables and their SQLite definitions with the purpose of creating a temporary SQLite database to be used used with metaseqR. This functionality is used when the package RMySQL is not available for some reason, e.g. Windows machines.
1  |     get.ucsc.tabledef(org, type, refdb="ucsc", what="queries")
 | 
org | 
 one of metaseqR supported organisms.  | 
type | 
 either   | 
refdb | 
 one of   | 
what | 
 either   | 
A list with SQLite table definitions.
Panagiotis Moulos
1  | db.tabledefs <- get.ucsc.tabledef("hg18","gene","ucsc")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.