Sequence editor
Convert DNA and RNA sequences. Generate antiparallel, complement and inverse sequences.
> Home > Sequence editor
The sequence editor accepts a nucleic acid sequence in the FASTA format (without name). Both, DNA and RNA sequences are accepted.
Description of function:
Antiparallel
Create the antiparallel DNA or RNA strand.
For example, the sequence "ATGC" is converted to "GCAT".
"Antiparallel" combines the two functions "Complement" and "Inverse".
Complement
Create the complement DNA or RNA strand.
For example, the sequence "ATGC" is converted to "TACG".
Inverse
Create the inverse DNA or RNA strand.
For example, the sequence "ATGC" is converted to "CGTA".
T to U
Replace thymidine (T) by uracil (U).
For example, the sequence "ATUGC" is converted to "AUUGC".
U to T
Replace uracil (U) by thymidine (T).
For example, the sequence "ATUGC" is converted to "ATTGC".
UCase
Convert the sequence into upper case.
LCase
Convert the sequence into lower case.