Firefox Download Button

Others view: Forum and issue trackerWelcomeKepler lawsparabolaCoordinate conversionLogic gateFlocklogistic growthNussinov algorithm

Reverse complement

This page provides the web service to compute a reverse complement of the given DNA or RNA sequence, along with the brief explanation. The reverse complement sequence is the partner sequence with that the given sequence would pair with the highest possible affinity.

Reverse complement (paste sequence and press the button). Upper/lowercase is not affected. Note that pressing twice returns initial sequence. Depending on your Java configuration, paste may not work with the applet. In such case, please use our JavaScript version for longer sequences

In double stranded DNA and RNA sequences, adenine (A) pairs with thymine (T) or with uracil (U), and guanine (G) pairs with cytosine (C). In the complement pairing sequence each nucleotide is substituted by its partner. Nucleotide sequences have also direction and in double stranded DNA or RNA the paired sequences run in the opposite directions (are antiparallel). Hence the complement sequence must also be reversed.


While in the real world DNA is normally double stranded (coupled with its reverse complement), RNA is usually single stranded. However RNA does contain short double-stranded parts, largely responsible for the molecule taking the required spatial shape. These parts can be detected with Nussinov algorithm and visualized using dot-bracket notation.


RNA double stranded structure ("hairpin"), containing sequences GUAC and CAUG that are reverse complement of each other.


DNA can also be single stranded. During protein synthesis (initial stage, transcription of genomic information in the nucleus), DNA pairs with RNA. If the molecules are long enough, they usually will stick together also if only part of the nucleotides pair. G and C interact stronger than A and T, so in some context they may be understood as "more reverse complement" of each other.


This algorithm is relatively easy to implement unless it is important to care about performance (the real world sequences that require processing can be very long). Biotechnicians frequently need to perform this operation when designing primers - short DNA sequences that must stick to the known subsequence in the larger DNA they investigate. Reverse complement is also usually implemented (directly or indirectly) in all tools that works with genomic DNA, as initially is usually unknown which of the two DNA strands contains the sequence being searched.








[Edit]See also

[Edit]References