getSeedSets: Identify seed compounds of each organism

Description Usage Arguments Details Value See Also Examples

View source: R/getSeedSets.R

Description

Detect a given metabolic network and idendity the seed compounds of each organism

Usage

1
getSeedSets(g, threshold = 0)

Arguments

g,

an igraph object which represents a given organism-specific metaboliic network

threshold,

numeric constant ranges from 0 to 1, default is 0.

Details

All the compound in the same source SCC all equally to be included in the seed set, each of these compounds was assigned a confidence level, C=1/(size of souce SCC), denoting the compounds probability of being a seed. This threshold was used to determin whether a compound should be a seed.

Value

a two-length list which consists of network and the seed set compounds of the given organism-specific metabolic network, ....

See Also

KosarajuSCC,seedset-class

Examples

1
2
3
4
5
6
7
## Not run: 
## get metabolic annotated data of a specific species
metabolic.data <- getOrgMetabolicData("buc")
## metabolic network reconstruction
net <- reconstructGsMN(metabolic.data)

## End(Not run)

yiluheihei/RevEcoR documentation built on July 31, 2019, 9:17 a.m.