Sendu Bala > bioperl > Bio::Biblio::IO::medlinexml

Download:
bioperl-1.5.2_102.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

Bio::Biblio::IO::medlinexml - A converter of XML files with MEDLINE citations

SYNOPSIS ^

Do not use this object directly, it is recommended to access it and use it through the Bio::Biblio::IO module:

  use Bio::Biblio::IO;
  my $io = new Bio::Biblio::IO (-format => 'medlinexml');

DESCRIPTION ^

This object reads bibliographic citations in XML/MEDLINE format and converts them into Bio::Biblio::RefI objects. It is an implementation of methods defined in Bio::Biblio::IO.

FEEDBACK ^

Mailing Lists

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.

  bioperl-l@bioperl.org                  - General discussion
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists

Reporting Bugs

Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web:

  http://bugzilla.open-bio.org/

AUTHOR ^

Martin Senger (senger@ebi.ac.uk)

COPYRIGHT ^

Copyright (c) 2002 European Bioinformatics Institute. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

DISCLAIMER ^

This software is provided "as is" without warranty of any kind.

APPENDIX ^

The main documentation details are to be found in Bio::Biblio::IO.

Here is the rest of the object methods. Internal methods are preceded with an underscore _.

VERSION and Revision

 Usage   : print $Bio::Biblio::IO::medlinexml::VERSION;
           print $Bio::Biblio::IO::medlinexml::Revision;