Hello, I am interested in computing semantic similarity (any metric would do at this stage) of concepts in SNOMED ontology. Is there an R library that does that already?
I already found the following closely related packages
A perl package which calculates semantic similarity in SNOMED https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2815481/ ... but I am unfortunately not a perl programmer.
An R library (gosemsim) that calculates semantic similarity for a different ontology (GO) than SNOMED.
Pointing me in the right direction would be much appreciated, thank you!