MAGE::Tools::MGEDOntologyClassEntry(3pm) | User Contributed Perl Documentation | MAGE::Tools::MGEDOntologyClassEntry(3pm) |
use Bio::MAGE::Tools::MGEDOntologyClassEntry; use Bio::MAGE::Tools::MGEDOntologyHelper; use Bio::MAGE::QuantitationType::MeasuredSignal; my $mo_helper = Bio::MAGE::Tools::MGEDOntologyHelper->new( sourceFile => 'MGEDOntology.owl', ); my $qt = Bio::MAGE::QuantitationType::MeasuredSignal->new( identifier => 'QT1', isBackground => 'false', ); my $ont_entry = Bio::MAGE::Tools::MGEDOntologyClassEntry->new( parentObject => $qt, className => 'QuantitationType', association => 'DataType', values => { DataType => 'float', }, ontology => $mo_helper, );
This provides functionaliy for an ontology-aware OntologyEntry class for entries of type Class.
Bio::MAGE::Tools::MGEDOntologyClassEntry is a concrete class.
Superclass is: Bio::MAGE::Tools::MGEDOntologyEntry
Subclasses are: none
Attributes are simple data types that belong to a single instance of a class. In the Perl implementation of the MAGE-OM classes, the interface to attributes is implemented using separate setter and getter methods for each attribute.
Please send bug reports to the project mailing list: (mged-mage 'at' lists 'dot' sf 'dot' net)
Eric W. Deutsch (edeutsch 'at' systemsbiology 'dot' org) followup work by Jason E. Stewart (jasons 'at' cpan 'dot' org)
perl(1).
Hey! The above document had some coding errors, which are explained below:
2020-12-01 | perl v5.32.0 |