View source: R/required_scripts.R
find_ontology_terms | R Documentation |
Find ontology terms by querying the Ontology Lookup Service directly from R. This is useful for quickly finding UBERON (or other) ontology IDs for inclusion in the CCN. Note: this is a wrapper for functions from library 'rols' (http://lgatto.github.com/rols/) Please cite as specified in 'citation("rols")' if you use this function.
find_ontology_terms(query, exact = TRUE, ontology = "UBERON", ...)
query |
Term you want to search for in the ontology (e.g., "neocortex") |
exact |
Return only exact matches to input term (TRUE; default) or that's that are close |
ontology |
Which ontology to search. Default is "UBERON". "" will search all ontologies |
... |
Additional parameters to 'OlsSearch' |
what is returned
# Describe is optional and can go after and param or return
description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.