indRender {keggorth}R Documentation

indented textual rendering of nodes of a hierarchical graph

Description

indented textual rendering of nodes of a hierarchical graph

Usage

indRender(klike, from=nodes(klike)[1], indent="  ")

Arguments

klike a graph, with tree structure similar to KOgraph
from a node name from which the rendering should proceed to all leaves
indent token to use for indentation – will be replicated to depth of node to be rendered to its left

Details

based on keggorth read of KEGG orthology, periodic, as of bioc 2.1 not folded into the annotation build system, but will be ASAP

Value

NULL

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(KOgraph)
indRender(KOgraph, "Human Diseases")

[Package keggorth version 1.2.0 Index]