The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::WGS2NCBI::MrnaFeature - mRNA feature

DESCRIPTION

Objects of this class represent an mRNA feature for a gene.

SEE ALSO

Bio::WGS2NCBI::StrandedFeature

METHODS

new()

Returns a new mRNA feature. Requires the arguments 'product', 'protein_id' and 'transcript_id', for example:

 my $mrna = Bio::WGS2NCBI::MrnaFeature->new(
        product       => $product,
        protein_id    => $protein_id,
        transcript_id => $transcript_id,
 );
qualifiers()

Returns the feature qualifiers for mRNA features, i.e. 'product', 'protein_id' and 'transcript_id'