getGraph {FELLA} | R Documentation |
Extractor function for the KEGG graph from the FELLA.DATA object
getGraph(data)
data |
FELLA.DATA object |
KEGG graph as an igraph object
## This function is internal attach(environment(FELLA:::getGraph)) data(FELLA.sample) g <- getGraph(FELLA.sample) class(g)