Description Usage Arguments Value Author(s) Examples
Compares different network reconstruction algorithm on simulated data.
1 2 3 4 5 6 7 8 9 10 11 |
runs |
number simulation runs |
do |
string vector of algorithms to compare: e (epiNEM), n (Nested Effects Models), b (B-NEM), p (PC algorithm), a (Aracne), e.g. c("e", "n", "p") |
random |
list of false poitive rate FPrate, false negative rates FNrate, number of single knock-downs single, number of double knock-downs double, number of effect reporters reporters and number of replicates replicates |
maxTime |
TRUE if the algorithms are bound to a maximum running time in respect to epiNEM |
forcelogic |
if TRUE the randomly sampled ground truth network includes a complex logic with probability 1 |
epinemsearch |
greedy or exhaustive search for epiNEM |
bnemsearch |
genetic or greedy search for B-NEM |
... |
additional parameters |
returns list of specificity and sensitivity of inferred edges (spec, sens) and inferred expected data (spec2, sens2) and accuracy of logics (logics) and running time (time)
Martin Pirkl
1 | res <- SimEpiNEM(runs = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.