Utility class to store information about locked or unlocked regions of
an alignment
|
|
__init__(self,
start,
end)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
__contains__(self,
value)
Whether the specified alignment-relative index falls inside the
subalignment |
|
|
|
list
|
adjustIndices(self,
indices)
Takes a list of lists of indices relative to the alignment and return
a list of only those indices matching the subalignment, adjusted to
match indices internal to the subalignment. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|