dot-detectOntoDB: Detect ontology database from ontology ID.

Description Usage Arguments Value

Description

Checks ontology ID across "DO", "GO", "KEGG", "MKEGG" and "REACTOME" databases and returns the database name. This is the engine function for detectOntoDB and checks one entry at a time.

Usage

1
.detectOntoDB(ontology.id, NA.if.no.match = FALSE)

Arguments

ontology.id

A character vector with ontology IDs

NA.if.no.match

If an ID is not present across all databases, corresponding element of vector will be assigned as NA (default: TRUE). If FALSE, function will throw an error and stop.

Value

A character vector with the name of the databases.


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