biopython v1.71.0 Bio.SeqFeature.PositionGap
Simple class to hold information about a gap between positions.
Link to this section Summary
Functions
Intialize with a position object containing the gap information
Represent the position gap as a string for debugging
Return a representation of the PositionGap object (with python counting)
Link to this section Functions
Link to this function
__init__()
Intialize with a position object containing the gap information.
Link to this function
__repr__()
Represent the position gap as a string for debugging.
Link to this function
__str__()
Return a representation of the PositionGap object (with python counting).