NAME

Bionanny::Report::data - creating Bionanny::Data from XML


SYNOPSIS

Do not use this object directly, it is recommended to access it and use it only through the Bionanny::Report module:

  use Bionanny::Report;
  my $reporter = new Bionanny::Report (-report => 'data');
  # --- OR --- (because 'data' is a default value):
  use Bionanny::Listener;
  use Bionanny::Report;
  my $listener = new Bionanny::Listener;
  my $data = new Bionanny::Report(-data => $listener->get)->report;


DESCRIPTION

It converts Bionanny monitoring data from the native XML format (the format provided by a Bionanny monitoring service) to Bionanny::Data objects.

Otherwise see the Bionanny::Report manpage and the Bionanny::Data manpage.


SEE ALSO

http://www.bionanny.org


AUTHOR

Martin Senger (support@bionanny.org)


COPYRIGHT

This file is a component of the Bionanny project. Copyright Michael Niemi & Martin Senger. For details contact support@bionanny.org, or see http://www.bionanny.org/.

Parts were re-factored from modules available in Bioperl project. See copyright notices there.

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.