Bio::Tools::Prints

Bio::Tools::Prints is a parser for FingerPRINTScanII program.
Download

Bio::Tools::Prints Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ewan Birney
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/Tools/Prints.pm

Bio::Tools::Prints Tags


Bio::Tools::Prints Description

Bio::Tools::Prints is a parser for FingerPRINTScanII program. Bio::Tools::Prints is a parser for FingerPRINTScanII program.SYNOPSIS use Bio::Tools::Prints; my $prints_parser = new Bio::Tools::Prints(-fh =>$filehandle ); while( my $prints_feat = $prints_parser->next_result ) { push @prints_feat, $prints_feat; }APPENDIX The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _new Title : new Usage : my $obj = new Bio::Tools::Prints(-fh=>$filehandle); Function: Builds a new Bio::Tools::Prints object Returns : Bio::Tools::Prints Args : -filename -fh (filehandle)next_result Title : next_result Usage : my $feat = $prints_parser->next_result Function: Get the next result set from parser data Returns : L Args : nonecreate_feature Title : create_feature Usage : my $feat=$prints_parser->create_feature($feature,$seqname) Function: creates a SeqFeature Generic object Returns : L Args :print_sac Title : print_sac Usage : $prints_parser->print_sac($print_sac) Function: get/set for print_sac Returns : Args :seqname Title : seqname Usage : $prints_parser->seqname($seqname) Function: get/set for seqname Returns : Args : Requirements: · Perl


Bio::Tools::Prints Related Software