[ Team LiB ] Previous Section Next Section

revseq

revseq takes a sequence and outputs the reverse complement (also known as the anti-sense or reverse sense) sequence.

To create the reverse sense of the sequence rcr.seq and output to the file rcr.rev:

% revseq rcr.seq rcr.rev

To create the complement of the sequence rcr.seq and output to the file rcr.rev:

% revseq rcr.seq rcr.rev -norev

To create the reverse of the sequence rcr.seq and output to the file rcr.rev:

% revseq rcr.seq rcr.rev -nocomp

Mandatory qualifiers:

[-sequence] (seqall)

Sequence database USA.

[-outseq] (seqoutall)

Output sequence(s) USA.

Advanced qualifiers:

-[no]reverse (boolean)

Set this to be false if you do not want to reverse the output sequence.

-[no]complement (boolean)

Set this to be false if you do not want to complement the output sequence.

    [ Team LiB ] Previous Section Next Section