agraph(object)
Gets the igraph object. agraph(object) <- value
Sets the igraph object.
adjMatrix(object)
Gets the adjacency matrix.
adjMatrix(object) <- value
Sets the adjacency matrix.
annot(object)
Gets the data.frame containing the annotation of the tree with
the columns node, GO_ID, description, color, fillcolor and fontcolor.
annot(object) <- value
Sets the the data.frame containing the annotation of the tree with
the columns node, GO_ID, description, color, fillcolor and fontcolor.
relations(object)
Gets the data.frame containing the relations between the node
of the tree and also information about the edges. The columns are
parent, child, arrowhead, arrowtail, color and style.
relations(object) <- value
Sets the the data.frame containing the relations between the node
of the tree and also information about the edges. The columns are
parent, child, arrowhead, arrowtail, color and style.
leaves(object)
Gets the data.frame containing the leaves of the tree with
the columns node, GO_ID, description, color, fillcolor and fontcolor.
leaves(object) <- value
Sets the the data.frame containing the leaves of the tree with
the columns node, GO_ID, description, color, fillcolor and fontcolor.