Man Page: bio::tools::prositescan
Operating Environment: debian
Section: 3pm
Bio::Tools::PrositeScan(3pm) User Contributed Perl Documentation Bio::Tools::PrositeScan(3pm)NAMEBio::Tools::PrositeScan - Parser for ps_scan resultSYNOPSISuse Bio::Tools::PrositeScan; my $factory = Bio::Tools::PrositeScan->new( -file => 'out.PrositeScan' ); while(my $match = $factory->next_prediction){ # $match is of Bio::SeqFeature::FeaturePair my $q_id = $fatch->feature1->seq_id; my $h_id = $fatch->feature2->seq_id; }DESCRIPTIONThis is the parser of the output of ps_scan program. It takes either a file handler or a file name, and returns a Bio::SeqFeature::FeaturePair object.AUTHORJuguang Xiao, juguang@tll.org.sg new Title : new Usage : Bio::Tools::PrositeScan->new(-file => 'out.PrositeScan'); Bio::Tools::PrositeScan->new(-fh => *FH); Returns : L<Bio::Tools::PrositeScan> next_prediction Title : new Usage : while($result = $factory->next_prediction){ ; } Returns : a Bio::SeqFeature::FeaturePair object perl v5.14.2 2012-03-02 Bio::Tools::PrositeScan(3pm)
| Related Man Pages |
|---|
| bio::tools::eponine(3pm) - debian |
| bio::tools::genomewise(3pm) - debian |
| bio::tools::prints(3pm) - debian |
| bio::tools::pseudowise(3pm) - debian |
| bio::tools::run::prints(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |