plotorf

Function

Description

plotorf plots potential open reading frames (ORFs) for an input nucleotide sequence. ORFs in this program are defined as being regions between the specified START and STOP codons. A graphical representation of where the open reading frames are in all 6 reading frames is shown. The ORFs are displayed as blue boxes.

Algorithm

ORFs in this program are defined as being regions between START and STOP codons. The default START codon is: ATG. The default STOP codons are: TAA,TAG,TGA. You can specify your own set of start and stop codons using the -start and -stop qualifiers.

Usage

Command line arguments


Input file format

Any nucleic acid sequence.

Output file format

Data files

None.

Notes

Note that this definition of an ORF would miss those exons in eukaryotic genomic sequences which do not contain a START codon. plotorf is only really useful when dealing with prokaryotic or mRNA eukaryotic sequences.

References

None.

Warnings

ORFs in this program are defined as being regions between START and STOP codons. This definition would miss those exons in eukaryotic genomic sequences which do not contain a START codon. plotorf is therefore only really useful when dealing with prokaryotic or mRNA eukaryotic sequences.

Diagnostic Error Messages

None.

Exit status

It always exits with a status of 0.

Known bugs

None.

Author(s)

History

Target users

Comments