Ontology | R Documentation |
Get the Ontology of an object.
Ontology(object)
object |
An object with an Ontology. |
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
Ontology,GOTerms-method in the
AnnotationDbi package for an example of a specific
Ontology
method (defined for GOTerms
objects).
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
Ontology
showMethods("Ontology")
library(AnnotationDbi)
showMethods("Ontology")
selectMethod("Ontology", "GOTerms")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.