getGraph {FELLA}R Documentation

Get KEGG graph

Description

Extractor function for the KEGG graph from the FELLA.DATA object

Usage

getGraph(data)

Arguments

data

FELLA.DATA object

Value

KEGG graph as an igraph object

Examples

data(FELLA.sample)
g <- getGraph(FELLA.sample)
class(g)

[Package FELLA version 1.12.0 Index]