Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tfbs::patterngen::ymf(3pm) [debian man page]

TFBS::PatternGen::YMF(3pm)				User Contributed Perl Documentation				TFBS::PatternGen::YMF(3pm)

NAME
TFBS::PatternGen::MEME - a pattern factory that uses the MEME program SYNOPSIS
my $patterngen = TFBS::PatternGen::MEME->new(-seq_file=>'sequences.fa', -binary => 'meme' my $pfm = $patterngen->pattern(); # $pfm is now a TFBS::Matrix::PFM object DESCRIPTION
TFBS::PatternGen::MEME builds position frequency matrices using an external program MEME written by Bailey and Elkan. For information and source code of MEME see http://www.sdsc.edu/MEME FEEDBACK
Please send bug reports and other comments to the author. AUTHOR - Wynand Alkema Wynand Alkema <Wynand.Alkema@cgb.ki.se> new Title : new Usage : my $patterngen = TFBS::PatternGen::YMF->new(%args); Function: the constructor for the TFBS::PatternGen::MEME object Returns : a TFBS::PatternGen::MEME object Args : This method takes named arguments; you must specify one of the following three -seq_list # a reference to an array of strings # and/or Bio::Seq objects # or -seq_stream # A Bio::SeqIO object # or -seq_file # the name of the fasta file containing # all the sequences Other arguments are: -binary # a fully qualified path to the 'meme' executable # OPTIONAL: default 'meme' -additional_params # a string containing additional # command-line switches for the # meme program pattern all_patterns patternSet The three methods listed above are used for the retrieval of patterns, and are common to all TFBS::PatternGen::* classes. Please see TFBS::PatternGen for details. perl v5.14.2 2008-01-24 TFBS::PatternGen::YMF(3pm)

Check Out this Related Man Page

TFBS::PatternGen::Gibbs::Motif(3pm)			User Contributed Perl Documentation		       TFBS::PatternGen::Gibbs::Motif(3pm)

NAME
TFBS::PatternGen::Gibbs::Motif - class for unprocessed motifs and associated numerical scores created by the Gibbs program SYNOPSIS
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. AUTHOR - Boris Lenhard and Wynand Alkema Boris Lenhard <Boris.Lenhard@cgb.ki.se> Wynand Alkema <Wynand.Alkema@cgb.ki.se> 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 Other methods 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.14.2 2008-01-24 TFBS::PatternGen::Gibbs::Motif(3pm)
Man Page