Learn R Programming

micropan (version 1.2)

orfLength: ORF lengths

Description

Computes the lengths of all ORFs in a gff.table.

Usage

orfLength(gff.table)

Arguments

gff.table

A gff.table (data.frame) with genomic features information.

Value

A vector of ORF lengths, measured as the number of amino acids after translation.

Details

See findOrfs for more on gff.tables.

See Also

findOrfs, lorfs.

Examples

Run this code
# NOT RUN {
# See the example in the Help-file for findOrfs.

# }

Run the code above in your browser using DataLab