Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.query.R
Directly downloads UCSC and RefSeq annotation files from UCSC servers to be used with metaseqR. This functionality is used when the package RMySQL is not available for some reason, e.g. Windows machines. It created an SQLite database where the same queries can be used.
1 | get.ucsc.dbl(org, type, refdb="ucsc")
|
org |
one of metaseqR supported organisms. |
type |
either |
refdb |
one of |
An SQLite database.
Panagiotis Moulos
1 | db.file <- get.ucsc.dbl("hg18","gene","ucsc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.