Utility Mill

unambiguous_DNA_reverse_complement

Find the reverse complement of a string of IUPAC unambiguous DNA.


Output


Instructions / Discussion

Just gives the standard reverse complement of a given string of DNA, either upper or lower case, which conforms to the IUPAC unambiguous DNA specification (either 'a', 'c', 'g' or 't'). Accepts one input variable, the string 'seq' of maximum length 1000 characters, and returns a string.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py