com.github.phenomics.ontolib.base.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontolib-core Show documentation
Show all versions of ontolib-core Show documentation
ontolib-core contains the core functionality for representing ontologies
// Note: this file is here only to document the overall package.
/**
* Ontolib is the Java tool for working with ontologies for the algorithmically inclined
* Bioinformatician.
*
* Package Layout
*
*
* de.charite.compbio.graph.*
-- Graph data structures and algorithms for representing
* the ontology topology and working with them.
*
*
*
* de.charite.compbio.ontology.*
-- Data structures and algorithms for representing
* ontologies, their terms, and term relations and working with them.
*
*
*
* de.charite.compbio.formats.*
-- specialized code for the ontologies with special
* support: GO, HPO, MPO, uPheno, and ZPO.
*
*
*
* de.charite.compbio.utils
-- Utility code used in the library.
*
*
* @author Manuel Holtgrewe
* @author Sebastian Koehler
*/
package com.github.phenomics.ontolib.base;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy