Description Usage Arguments Value Examples
Function that gets the cosine functional similarity between two terms. That is a measure of the shared terms in the annotations resources.
1  | get_cosine_similarity(x, term1, term2)
 | 
x | 
 The GeneAnnotations class on which the method will run.  | 
term1 | 
 The first term on which to calculate the functional similarity.  | 
term2 | 
 The second term on which to calculate the functional similarity.  | 
The cosine functional similarity between term1 and term2
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.