Pairs is a Vector that stores two parallel vectors (any
object that can be a column in a DataFrame). It
provides conveniences for performing binary operations on the vectors,
as well as for converting between an equivalent list
representation. Virtually all of the typical R vector operations
should behave as expected.
A typical use case is representing the pairing from a
findOverlaps call, for which
findOverlapPairs is a shortcut.