uk.ac.ebi.intenz.stats
Interface IIntEnzStatistics
- All Known Implementing Classes:
- IntEnzDbStatistics
public interface IIntEnzStatistics
IntEnz statistics.
- Since:
- 1.1.0
- Author:
- rafalcan
getReleaseNumber
int getReleaseNumber()
getReleaseDate
Date getReleaseDate()
getClasses
int getClasses()
getSubclasses
int getSubclasses()
getSubSubclasses
int getSubSubclasses()
getEnzymesByStatus
Map<String,Map<Boolean,Integer>> getEnzymesByStatus()
- Retrieves the number of enzymes by status.
- Returns:
- a nested map of status (String) to active (Boolean) and number
of reactions.
getSynonyms
int getSynonyms()
getXrefs
Map<XrefDatabaseConstant,XrefsStats> getXrefs()
getLinks
Map<XrefDatabaseConstant,XrefsStats> getLinks()
Copyright © 2013 EMBL-EBI. All Rights Reserved.