Given an index into a sequence (e.
Given an index into a sequence (e.g., a transcript), and a sequence of regions that map this sequence to a reference genome, returns a reference position.
Index into a sequence.
Sequence of reference regions that maps the sequence to a reference genome.
Returns a lifted over reference position.
Throws an assertion error if the strandedness does not match between the reference position and the mapping regions.
IllegalArgumentExceptionThrows an exception if the index given is out of the range of the mappings given.