biopython v1.71.0 Bio.Restriction.Restriction.Palindromic
Implement methods for enzymes with palindromic recognition sites.
palindromic means : the recognition site and its reverse complement are
identical.
Remarks : an enzyme with a site CGNNCG is palindromic even if some
of the sites that it will recognise are not.
for example here : CGAACG
Internal use only. Not meant to be instantiated.
Link to this section Summary
Functions
Return a list of cutting sites of the enzyme in the sequence (PRIVATE)
Return if the enzyme has a palindromic recoginition site
Link to this section Functions
Link to this function
_search()
Return a list of cutting sites of the enzyme in the sequence (PRIVATE).
For internal use only.
Implement the search method for palindromic enzymes.
Link to this function
is_palindromic()
Return if the enzyme has a palindromic recoginition site.