The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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'