onto2description: Ontology ID to Ontology Descriptions

Description Usage Arguments Value Examples

View source: R/onto2description.R

Description

Ontology ID to Ontology Descriptions

Usage

1

Arguments

id

ID of any ontology term

Value

A data.frame with ontology IDs and their descriptions.

Examples

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)

altintasali/ontoClust documentation built on Dec. 19, 2021, 1:36 a.m.