Description Usage Arguments Details Value Examples
View source: R/similarity_DO.R
Calculate Disease Ontology (DO) semantic similarity matrix
1 | DO_similarity(do_id, measure = "Rel")
|
do_id |
A vector of DO IDs. |
measure |
Semantic measurement for the DO similarity, pass to |
This function is basically a wrapper on doSim
.
A symmetric matrix.
1 2 3 | require(DOSE)
do_id = random_DO(10)
DO_similarity(do_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.