The element searches for open reading frames (ORFs) in the supplied sequence.
Parameters in GUI
Parameter | Description | Default value |
---|---|---|
Annotate As | Name of the result annotations. | ORF |
Direction | See the description here. | Any |
Allow alternative codons | Allows / disallows ORFs starting with alternative initiation codons, accordingly to the current translation table. | False |
Require init codons | Allows / disallows ORFs starting with any codon other than terminator. | True |
Require stop codons | Ignores or takes into account boundary ORFs which last beyond the search region. | False |
Min length | Ignores ORFs shorter than the specified length. | 100bp |
Max length | Maximum length of annotation allowed. | 10000bp |
Genetic code | Genetic code that should be used to translate the input nucleotide sequence. | The standard genetic code |
Parameters in Schema File
Type: orf
Parameter | Parameter in the GUI | Type |
---|---|---|
key | Annotate As | string |
strand | Direction | string Available values are:
|
alt-start | Allow alternative codons | boolean |
starts-with-init | Require init codons | boolean |
ends-with-stop | Require stop codons | boolean |
min-length | Min length | numeric |
max-length | Max length | numeric |
trans-id | Genetic code | string Available values are:
|