DNA Reverse Complement Converter

Enter DNA Sequence
Length: 0Valid: —
Select Conversion
Result
How it works

What is a DNA reverse complement?

A reverse complement is formed by two operations: first the DNA sequence is reversed, then each base is replaced with its Watson-Crick complement. Adenine (A) pairs with thymine (T), and cytosine (C) pairs with guanine (G).

The result represents the opposite strand of the original double-stranded DNA molecule, written in the conventional 5′ → 3′ direction.

Original 5′ → 3′G A T T A C AReversed 3′ → 5′A C A T T A GReverse complement 5′ → 3′T G T A A T C

Sequence easter egg: Gattaca

What is a complement without reversing?

A complement replaces every base with its Watson-Crick partner without changing the input order. For a 5′ → 3′ input sequence, the aligned complement is the opposite strand written 3′ → 5′.

Original 5′ → 3′G A T T A C AComplement 3′ → 5′C T A A T G T

What is a reverse without complementing?

A reverse reads the original sequence backwards, from the last base to the first, without changing any bases. This is less often biologically meaningful by itself, but it can help when checking sequence orientation or palindromes.

Original 5′ → 3′G A T T A C AReversed 3′ → 5′A C A T T A G