phenol icon indicating copy to clipboard operation
phenol copied to clipboard

phenol: Phenotype ontology library

Results 13 phenol issues
Sort by recently updated
recently updated
newest added

I am getting some weird errors from fenominal in an application program: ``` Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.Iterable org.monarchinitiative.phenol.ontology.data.MinimalOntology.nonObsoleteTermIds()' at [email protected]/org.monarchinitiative.fenominal.core.impl.hpo.HpoLoader.loadSimpleHpoTerms(HpoLoader.java:65) (...) ``` However, it appears that this method...

phenol is at version 1.2.0. There are API changes for version 1.5.0 (the current one). Investigate how to update.

enhancement

From @pnrobinson on email In the Exomiser, HPO website, Monarch Web app, we find the same medical error. Orphanet associated some diseases with tons of genes [ORPHA:91387](https://hpo.jax.org/app/browse/disease/ORPHA:91387)Familial thoracic aortic aneurysm...

enhancement

Implement a function for calculating probability: ```java public interface HpoDiseaseAnnotation { double observationProbability(TemporalInterval interval) { // TODO - implement return 0; } } ```

enhancement

http://www.orphadata.org/cgi-bin/epidemio.html

enhancement

Remove the APIs marked for deprecation in `v3.0.0`.

enhancement

Review the Ontologizer code and put it into separate phenol module.

enhancement

move the package `org.monarchinitiative.phenol.annotations.formats.hpo` from phenol-annotations to phenol-core. I think that definitions of model objects, such as HpoAnnotation should live either in phenol-core or in some other module, which does...

future release

@julesjacobsen this is the completely flying blind untested code (24 min work). Can you see if you bring this to conclusion with the appropriate code quality styles etc? cc @cthoyt...