A base component of BC3NET is the inference method C3NET introduced in Altay (2010a), which we present in the following in a modified form to obtain a more efficient implementation. Briefly, C3NET consists of three main steps. First, mutual information values among all gene pairs are estimated. Second, an extremal selection strategy is applied allowing each of the p genes in a given dataset to contribute at most one edge to the inferred network. That means we need to test only p different hypotheses and not p(p-1)/2. This potential edge corresponds to the hypothesis test that needs to be conducted for each of the p genes. Third, a multiple testing procedure is applied to control the type one error. In the above described context, this results in a network G^b_k.
Package: |
bc3net |
Type: |
Package |
Version: |
1.0.0 |
Date: |
2012-01-12 |
License: |
GPL (>=2) |
bc3net.R c3mtc.R makenull.R mimwrap.R getpval.R mat2igraph.R
data(expmat)
bnet=bc3net(expmat)
data(expmat)
cnet=c3mtc(expmat)
Run the code above in your browser using DataLab