biopython v1.71.0 Bio.Restriction.Restriction.NonPalindromic
Implement methods for enzymes with non-palindromic recognition sites.
Palindromic means : the recognition site and its reverse complement are
identical.
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 non palindromic enzymes.
Link to this function
is_palindromic()
Return if the enzyme has a palindromic recoginition site.