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::StrandedFeature - base class for features on an sequence strand

DESCRIPTION

Sequence features having to do with genes (i.e. CDS, mRNA, gene) are on one of the two strands. Objects that inherit from this base class have a getter that identifies this strand based on whatever is passed into their constructors, i.e. strand => '-' or strand => '+'.

SEE ALSO

Bio::WGS2NCBI::Feature

METHODS

strand()

Returns the strand, i.e. '+' or '-'.