Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/nem.jackknife.R
Assesses the statistical stability of a network via a jackknife procedure: Each S-gene is left out once and the network reconstructed on the remaining ones. The relative frequency of each edge to appear in n-1 jackknife samples is returned.
1 2 3 4 | nem.jackknife(D, thresh=0.5, inference="nem.greedy",models=NULL,control=set.default.parameters(unique(colnames(D))), verbose=TRUE)
## S3 method for class 'nem.jackknife'
print(x, ...)
|
D |
data matrix with experiments in the columns (binary or continious) |
thresh |
only edges appearing with a higher frequency than "thresh" are returned |
inference |
|
models |
a list of adjacency matrices for model search. If NULL, an exhaustive enumeration of all possible models is performed. |
control |
list of parameters: see |
verbose |
do you want to see progression statements? Default: TRUE |
x |
nem object |
... |
other arguments to pass |
Calls nem
or nemModelSelection
internally, depending on whether or not parameter lambda is a vector and parameter Pm != NULL.
nem object with edge weights being the jackknife probabilities
Holger Froehlich
nem.bootstrap
, nem.consensus
, nem
, nemModelSelection
1 2 3 4 5 6 | ## Not run:
data("BoutrosRNAi2002")
D <- BoutrosRNAiDiscrete[,9:16]
nem.jackknife(D, control=set.default.parameters(unique(colnames(D)), para=c(0.13,0.05)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.