TFBS::PatternGen::Motif

Word

Included libraries Package variables General documentation Methods

Package variables top
No package variables defined.
Included modulestop
TFBS::Word::Consensus
strict
Inherit top
TFBS::Word::Consensus
Synopsistop
No synopsis!
Descriptiontop
No description!
Methodstop
newNo descriptionCode
patternNo descriptionCode

Methods description


Methods code

newdescriptiontopprevnext
sub new {
    my ($caller, %args) = @_;
    
       
    my $word = TFBS::Word::Consensus->new(%args);
    my $self = bless $word, ref($caller) || $caller;
    return $self;
}
patterndescriptiontopprevnext
sub pattern {
    return $_;
}

General documentation

No general documentation available.