Ontology {BiocGenerics}R Documentation

Generic Ontology getter

Description

Get the Ontology of an object.

Usage

Ontology(object)

Arguments

object

An object with an Ontology.

See Also

Examples

Ontology
showMethods("Ontology")

library(AnnotationDbi)
showMethods("Ontology")
selectMethod("Ontology", "GOTerms")

[Package BiocGenerics version 0.24.0 Index]