phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Improves recovery of labels for pregenerated post-comps #143

Closed hlapp closed 4 years ago

hlapp commented 4 years ago

Due to an issue in the KB API (phenoscape/phenoscape-kb-services#199) the /term/labels endpoint fails for most (all?) post-compositions. This works around this bug for now by trying /term/classification for those IDs for which /term/labels fails.

Includes tests.