seedset-class: 'seedset-class'

Description Slots method See Also Examples

Description

Object representing the seed sets of a given metabolic network

Slots

GsMN,

a igraph network

seeds,

a character list represents seeds of a given metabolic network which is composed of the KEGG compound index.

method

See Also

getSeedSets,getGsMN,len, nonseed,seedSize,confidencescore

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
#' ## generate a metabolic network in igraph class and a seed set of this graph
annodir <- system.file("extdata","koanno.tab",package = "RevEcoR")
metabolic.data <- read.delim2(file=annodir,stringsAsFactors=FALSE)
g <- reconstructGsMN(metabolic.data)
seeds <- getSeedSets(g)@seeds
seed.set <- new("seedset",GsMN = g, seeds = seeds)

## End(Not run)

RevEcoR documentation built on May 2, 2019, 1:06 p.m.