get.ucsc.dbl: Download annotation from UCSC servers, according to organism...

Description Usage Arguments Value Author(s) Examples

View source: R/metaseqr.query.R

Description

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.

Usage

1
    get.ucsc.dbl(org, type, refdb="ucsc")

Arguments

org

one of metaseqR supported organisms.

type

either "gene" or "exon".

refdb

one of "ucsc" or "refseq" to use the UCSC or RefSeq annotation sources respectively.

Value

An SQLite database.

Author(s)

Panagiotis Moulos

Examples

1
db.file <- get.ucsc.dbl("hg18","gene","ucsc")

metaseqR documentation built on Nov. 8, 2020, 5:57 p.m.