|
Class Summary |
| EcDbReader |
Reads the full list of Enzyme Commission numbers from database |
| EcDbWriter |
Given a database and a list of Enzyme commission numbers, writes a 2 columns
table containing: in column 1: the Ec number, in column 2: all the ancestors
of that EC number, including itself. |
| EcFullXmlCreator |
Creates a full XML hierarchical representation of Enzyme Commission numbers
in Mulan format. |
| EcMulanXmlCreator |
Creates a full XML hierarchical representation of Enzyme Commission numbers
in Mulan format. |
| EcNumber |
A class representing an Enzyme Commission (EC) number. |
| EcNumberGenerator |
Given a string such as 1.2.3.4 or 1.2.-.-.- checks if it is a valid Enzyme
commission number and generates the Java EcNumber object (including its
parent EC numbers) |
| MulanLabel |
A node in the Mulan XML (a label for machine learning) * |
| MulanXml |
Generates an XML file for labels in the Mulan format
http://mulan.sourceforge.net/ http://mlkd.csd.auth.gr/multilabel.html |