MAGE::SQLUtils(3pm) | User Contributed Perl Documentation | MAGE::SQLUtils(3pm) |
Bio::MAGE::SQLWriter - a module for exporting MAGE-OM objects to a database
use Bio::MAGE::SQLWriter; my $writer = Bio::MAGE::SQLWriter->new(@args); use dbhandle; my $dbhandle = dbhandle->new(); $writer->obj2database($dbhandle,@object_list);
Methods for transforming information from a MAGE-OM objects into tuples in a MAGE database.
Hey! The above document had some coding errors, which are explained below:
=over without closing =back
2020-12-01 | perl v5.32.0 |