ucscTable {rtracklayer} | R Documentation |
A generic function for getting a database table from UCSC. This is mostly for internal use though some may find it useful.
ucscTable(object, segment, track, table)
object |
The e.g. ucscSession |
segment |
The genomeSegment for which to
retrieve the data. |
track |
The name of the track to which the table belongs. |
table |
The name of the table. |
A data.frame
of the table.
Michael Lawrence
The UCSC Table Browser: http://genome.ucsc.edu/cgi-bin/hgTables.
trackSet
for getting tracks,
genomeSequence
for getting sequences.