tree_step Class Reference

class tree_step(pos=0, step=0)

Step in a phylogenetic tree search

__init__(pos=0, step=0)

Initialize new step.

Parameters:
  • pos: position
  • step: length of step
__str__() <==> str(x)
__repr__() <==> repr(x)
pos

Position

step

Step [in generations]

Previous topic

tree_key Class Reference

Next topic

tree_node Class Reference

This Page