Learn R Programming

ACME (version 2.28.0)

getRefflat: Get the refflat table from ucsc for the given genome

Description

Fetches the refflat table from ucsc, stores in temp dir and then gunzips it and reads it in.

Usage

getRefflat(genome = "hg17")

Arguments

genome
The genome code from ucsc, like 'hg16', 'mm6', etc.

Value

A data frame mirroring the UCSC table structure.

References

http://genome.ucsc.edu

See Also

findClosestGene

Examples

Run this code
rf <- getRefflat('hg17')

Run the code above in your browser using DataLab