Description Usage Arguments Value Examples
View source: R/onto2description.R
Ontology ID to Ontology Descriptions
1 | onto2description(id)
|
id |
ID of any ontology term |
A data.frame
with ontology IDs and their descriptions.
1 2 3 4 5 6 | ## Not run:
id <- lapply(sample_data, function(x){head(x$ID)})
id <- do.call(c, id)
onto2description(id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.