Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.query.R
Returns an SQL query to be used with a connection to the UCSC Genome Browser database and fetch metaseqR supported organism annotations. This query is constructed based on the data source and data type to be returned.
1 | get.ucsc.query(org, type, refdb="ucsc")
|
org |
one of metaseqR supported organisms. |
type |
either |
refdb |
one of |
A valid SQL query.
Panagiotis Moulos
1 | db.query <- get.ucsc.query("hg18","gene","ucsc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.