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