Location#
Location#
Between#
Bond#
Complement#
External#
Join#
OneOf#
Order#
Range#
- class gb_io.Range(start, end, before=False, after=False)#
A location for a
Featurespanning over a range of consecutive positions.The additional
beforeandafterflags can be set to indicate the feature spans before its starting index and/or after its ending index. For instance, a feature location of<1..206can be created withRange(1, 206, before=True).