termSim | R Documentation |
measuring similarities between two term vectors.
termSim(
t1,
t2,
semData,
method = c("Wang", "Resnik", "Rel", "Jiang", "Lin", "TCSS")
)
t1 |
term vector |
t2 |
term vector |
semData |
GOSemSimDATA object |
method |
one of "Wang", "Resnik", "Rel", "Jiang", and "Lin", "TCSS". |
provide two term vectors, this function will calculate their similarities.
score matrix
Guangchuang Yu http://guangchuangyu.github.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.