GeneNet.wrap(data)
GeneNet.wrap
The function returns a matrix which is the weighted
adjacency matrix of the network inferred by GeneNet algorithm.
The shrinkage method used to estimate the partial correlation matrix is
"static". - see ggm.estimate.pcor
.
The probability threshold is set to 0.8.
- see ggm.estimate.pcor
.Opgen-Rhein, Rainer, and Korbinian Strimmer. "Using regularized dynamic correlation to infer gene dependency networks from time-series microarray data." Proceedings of the 4th International Workshop on Computational Systems Biology (WCSB 2006), Tampere. Vol. 4. 2006.
Sch"{a}fer, Juliane, and Korbinian Strimmer. "A shrinkage approach to large-scale covariance matrix estimation and implications for functional genomics." Statistical applications in genetics and molecular biology 4.1 (2005): 32.
netbenchmark
, evaluate
,
GeneNet-package
# Data
data <- grndata::getData(datasource.name = "toy",FALSE)
# Inference
net <- GeneNet.wrap(data)
Run the code above in your browser using DataLab