ONTSYNONYM is an R object that provides mapping from ontology synonyms to ontology terms
Mappings were based on data provided by: Disease Ontology With a date stamp from the source of: 20140417 (sub_version 2653)
1 2 3 4 5 6 | x <- ONTSYNONYM
sample(x, 3)
# ontology ID "DOID:8757" has a lot of synonyms
ONTTERM[["DOID:8757"]]
# ID "DOID:9134" is a synonym of ID "DOID:8757"
#ID(ONTSYNONYM[["DOID:9134"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.