Bio::Annotation::DBLink

Bio::Annotation::DBLink provides an object which represents a link from one object to something in another database.
Download

Bio::Annotation::DBLink 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::Annotation::DBLink Tags


Bio::Annotation::DBLink Description

Bio::Annotation::DBLink provides an object which represents a link from one object to something in another database. Bio::Annotation::DBLink provides an object which represents a link from one object to something in another database without prescribing what is in the other database.SYNOPSIS $link1 = new Bio::Annotation::DBLink(-database => 'TSC', -primary_id => 'TSC0000030' ); #or $link2 = new Bio::Annotation::DBLink(); $link2->database('dbSNP'); $link2->primary_id('2367'); # DBLink is-a Bio::AnnotationI object, can be added to annotation # collections, e.g. the one on features or seqs $feat->annotation->add_Annotation('dblink', $link2); Requirements: · Perl


Bio::Annotation::DBLink Related Software