Bio::Tools::PrositeScan man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Bio::Tools::PrositeScaUser Contributed Perl DocumentBio::Tools::PrositeScan(3)

NAME
       Bio::Tools::PrositeScan - Parser for ps_scan result

SYNOPSIS
	 use 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;
	 }

DESCRIPTION
       This 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.

AUTHOR
       Juguang 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.1			  2011-07-22	    Bio::Tools::PrositeScan(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net