Description Usage Arguments Value Examples
This method computes the semantic similarity between two terms of a given ontology.
1 2 3 4 |
object |
instance of class |
term1 |
The URI of the ontology term in the format http://purl.obolibrary.org/obo/Ontology_id (e.g 'http://purl.obolibrary.org/obo/CL_0000542') |
term2 |
The URI of the ontology term |
the semantic similarity of the two provided concepts
1 2 3 4 5 6 | sim <- new('Similarity')
obo <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
ontology(sim) <- obo
pairwiseConfig(sim) <- listSimilarities()$pairwiseMeasures[9]
similarity <- pairsim(sim, 'http://purl.obolibrary.org/obo/CL_0000542',
'http://purl.obolibrary.org/obo/CL_0000236')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.