TFBS::PatternGen::AnnSpec - a pattern factory that uses the AnnSpec program (version 2.1)
Contents
Description
TFBS::PatternGen::AnnSpec builds position frequency matrices using an external program AnnSpec (Workman,
C. and Stormo, G.D. (2000) ANN-Spec: A method for discovering transcription factor binding sites with
improved specificity. Proc. Pacific Symposium on Biocomputing 2000).
Feedback
Please send bug reports and other comments to the author.
Name
TFBS::PatternGen::AnnSpec - a pattern factory that uses the AnnSpec program (version 2.1)
Synopsis
my $patterngen =
TFBS::PatternGen::AnnSpec->new(-seq_file=>'sequences.fa',
-binary => 'ann-spec '
my $pfm = $patterngen->pattern(); # $pfm is now a TFBS::Matrix::PFM object
