termSim {GOSemSim} | 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