biopython v1.71.0 Bio.Nexus.Nodes.Chain
Stores a list of nodes that are linked together.
Link to this section Summary
Functions
Initiates a node chain
Gets a new id for a node in the chain
Attaches node to another
Return a list of all node ids
Deletes node from chain and relinks successors to predecessor
Check if grandchild is a subnode of parent
Kills a node from chain without caring to what it is connected
Connects son to parent
Returns a list of all node_ids between two nodes (excluding start, including end)
Disconnects node from his predecessor
Link to this section Functions
Initiates a node chain.
Gets a new id for a node in the chain.
Attaches node to another.
Return a list of all node ids.
Deletes node from chain and relinks successors to predecessor.
Check if grandchild is a subnode of parent.
Kills a node from chain without caring to what it is connected.
Connects son to parent.
Returns a list of all node_ids between two nodes (excluding start, including end).
Disconnects node from his predecessor.