treams.util.AnnotationSequence.match¶
- AnnotationSequence.match(other)¶
Match all mappings at once.
The given sequence is aliged at the last entry and then updated pairwise. Warnings for overwritten keys are extended by the information at which index they occurred, see also
AnnotationDict.match()
.- Parameters:
other (Sequence[Mappings]) – Mappings to match.
- Warns:
AnnotationWarning