genomicRangeQuery
or
lexicographicQuery
data frame of rows from the GTable with row names equal to their row IDs
Returns a data frame containing rows from the referenced
GTable. Note that if limit
rows are returned,
there may be more rows which satisfy your query. To
retrieve all rows, either set the limit high enough or
repeat this query by changing the starting
argument to be equal to one more than the last row ID
received until no more rows are received.