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

TFBS::PatternGen::Gibbs::Motif - class for unprocessed motifs and associated numerical scores created by

Appendix

       The rest of the documentation details each of the object methods. Internal methods are preceded with an
       underscore.

   MAP
        Title   : MAP
        Usage   : my $map_score = $motif->MAP;
        Function: returns MAP score for the detected motif
                  (This is a backward compatibility method. For consistency,
                   you should use $motif->tag('MAP_score') instead
        Returns : float (a scalar)
        Args    : none

   Othermethods
       TFBS::PatterGen::Motif::Gibbs inherits from TFBS::PatternGen::Motif, which inherits from TFBS::Matrix.
       Please consult the documentation of those modules for additional available methods.

perl v5.40.0                                       2024-10-20                TFBS::PatternGen::Gibbs::Motif(3pm)

Author - Boris Lenhard And Wynand Alkema

       Boris Lenhard <Boris.Lenhard@cgb.ki.se> Wynand Alkema <Wynand.Alkema@cgb.ki.se>

Description

       TFBS::PatternGen::Gibbs::Motif is used to store and manipulate unprocessed motifs and associated
       numerical scores created by the Gibbs program. You do not normally want to create a
       TFBS::PatternGen::Gibbs::Motif yourself. They are created by running TFBS::PatternGen::Gibbs

Feedback

       Please send bug reports and other comments to the author.

Name

       TFBS::PatternGen::Gibbs::Motif - class for unprocessed motifs and associated numerical scores created by
       the Gibbs program

Synopsis

See Also