As it is, a cut is represented as ((x, y), enz), where x and y are the positions of cut on the watson and crick strands, and enz is an enzyme object. I should check and indicate whether x and y are defined with respect to the watson and crick leftmost base, or to the whole sequence leftmost base.
As it is, a cut is represented as
((x, y), enz)
, wherex
andy
are the positions of cut on the watson and crick strands, andenz
is an enzyme object. I should check and indicate whetherx
andy
are defined with respect to the watson and crick leftmost base, or to the whole sequence leftmost base.