IAMB-FDR (bnlearn)
Module name |
|
Package |
|
Version |
4.8.3 |
Language |
|
Docs |
|
Paper |
Peña[1] |
Graph type |
|
MCMC |
No |
Edge constraints |
|
Data type |
C, D, M |
Data missingness |
|
Intervention type |
|
Docker |
IAMB-FDR
Abstract: In many cases what matters is not whether a false discovery is made or not but the expected proportion of false discoveries among all the discoveries made, i.e. the so-called false discovery rate (FDR). We present an algorithm aiming at controlling the FDR of edges when learning Gaussian graphical models (GGMs). The algorithm is particularly suitable when dealing with more nodes than samples, e.g. when learning GGMs of gene networks from gene expression data. We illustrate this on the Rosetta compendium [8].
Some fields described
edgeConstraintsName of the JSON file containing background knowledge
Example JSON
[
{
"id": "iambfdr-zf",
"alpha": [
0.01,
0.05
],
"test": "zf",
"B": null,
"maxsx": null,
"debug": false,
"undirected": false,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
},
{
"id": "iambfdr-mi",
"alpha": [
0.01,
0.05
],
"test": "mi",
"B": null,
"maxsx": null,
"debug": false,
"undirected": false,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
}
]