Learn R Programming

dcGOR (version 1.0.6)

Onto-method: Methods defined for S4 class Onto

Description

Methods defined for class Onto.

Usage

"dim"(x)
"adjMatrix"(x)
"nodeInfo"(x)
"nInfo"(object)
"nodeNames"(object)
"term_id"(object)
"term_name"(object)
"term_namespace"(object)
"term_distance"(object)
"show"(object)
"["(x, i, j, ..., drop = FALSE)

Arguments

x
an object of class Onto
object
an object of class Onto
i
an index
j
an index
...
additional parameters
drop
a logic for matrices and arrays. If TRUE the result is coerced to the lowest possible dimension. This only works for extracting elements, not for the replacement

See Also

Onto-class