agraph(object)Gets the igraph object. agraph(object) <- valueSets the igraph object.
adjMatrix(object)Gets the adjacency matrix.
adjMatrix(object) <- valueSets 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) <- valueSets 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) <- valueSets 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) <- valueSets the the data.frame containing the leaves of the tree with
the columns node, GO_ID, description, color, fillcolor and fontcolor.