logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Tools::Motif::Match - Represents a match as reported by the

Acknowlegements

       Thanks go out to Fiona Brinkman, Jennifer Gardy and the other members of the Simon Fraser University
       Brinkman laboratory.

perl v5.34.0                                       2022-02-06                      Bio::Tools::Motif::Match(3pm)

Author

       Cory Spencer <cspencer@sfu.ca>

Name

         Bio::Tools::Motif::Match - Represents a match as reported by the
         Bio::Tools::Motif module.

See Also

         Bio::Tools::Motif

Synopsis

         use Bio::Tools::Motif::Match;

         # Create a new object.
         $match = new Bio::Tools::Motif::Match(-motifid => 'P07110',
                                               -localization => 'OuterMembrane',
                                               -comment => 'FIMBRIAL_USHER Pattern',
                                               -start => 314,
                                               -end => 325);

         # Accessor methods.
         $val = $match->motif_id();
         $val = $match->localization();
         $val = $match->comment();
         $val = $match->start();
         $val = $match->end();

See Also