Bio::Biblio::JournalArticle

Bio::Biblio::JournalArticle is a representation of a journal article.
Download

Bio::Biblio::JournalArticle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Heikki Lehvaslaiho and Martin Senger
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/Biblio/JournalArticle.pm

Bio::Biblio::JournalArticle Tags


Bio::Biblio::JournalArticle Description

Bio::Biblio::JournalArticle is a representation of a journal article. Bio::Biblio::JournalArticle is a representation of a journal article.SYNOPSIS $obj = new Bio::Biblio::JournalArticle (-title => 'Come to grief', -journal => new Bio::Biblio::Journal); #--- OR --- $obj = new Bio::Biblio::JournalArticle; $obj->title ('Come to grief'); $obj->journal (new Bio::Biblio::Journal (-name => 'English Mysteries'));A storage object for a journal article. See its place in the class hierarchy in http://industry.ebi.ac.uk/openBQS/images/bibobjects_perl.gifAttributesThe following attributes are specific to this class (however, you can also set and get all attributes defined in the parent classes): issue issue_supplement journal type: Bio::Biblio::Journal volume Requirements: · Perl


Bio::Biblio::JournalArticle Related Software