Description Usage Arguments See Also Examples
Get the Ontology of an object.
1 | 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.
1 2 3 4 5 6 | 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.