orfLength | R Documentation |
Computing the lengths of all ORFs in an orf.table
.
orfLength(orf.table, aa = FALSE)
orf.table |
A GFF-formatted |
aa |
Logical, length in amino acids instead of bases. |
By default, computes the length of an ORF in bases, including the
stop codon. However, if aa = TRUE
, then the length is in amino acids
after translation. This aa-length is the base-length divided by 3 and minus
1, unless the ORF is truncated and lacks a stop codon.
A vector of lengths.
Lars Snipen and Kristian Hovde Liland.
findOrfs
.
# See the example in the Help-file for findOrfs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.