Reverse sequence orientation from 5'-3' to 3'-5' direction without complementing bases
Reverse Sequence is a simple tool that reverses the orientation of DNA or RNA sequences from 5'-3' to 3'-5' direction. Unlike reverse complement, this tool only reverses the order of nucleotides without changing bases (A remains A, T remains T, etc.). This is useful for examining sequences in opposite orientation or preparing sequences for specific molecular biology applications.
Quick guide to reverse your sequences:
This tool is useful when you need to:
Sample input (5'-3' direction):
ATCGATCGATCGTry the Example button to see how it works.
Expected output (3'-5' direction):
GCTAGCTAGCTANote: Only the order is reversed, bases remain unchanged.
Q: What's the difference between reverse and reverse complement?
A: Reverse only changes the order (5'-3' to 3'-5'), while reverse complement also changes bases (A↔T, G↔C).
Q: Does this tool handle FASTA format?
A: Yes, both FASTA headers and plain sequences are supported.
Q: Can I use this for RNA sequences?
A: Yes, works for both DNA and RNA sequences.