getRefflat {ACME} | R Documentation |
Fetches the refflat table from ucsc, stores in temp dir and then gunzips it and reads it in.
getRefflat(genome = "hg17")
genome |
The genome code from ucsc, like 'hg16', 'mm6', etc. |
A data frame mirroring the UCSC table structure.
Sean Davis <sdavis2@mail.nih.gov>
http://genome.ucsc.edu
rf <- getRefflat('hg17')