Description Usage Arguments Value Author(s) See Also Examples
This function contains the inference algorithm to learn logical networks from knock-down data including double knock-downs.
1 2 3 4 5 6 7 8 9 10 11 |
filename |
A binary, tab-delimited matrix. Columns: single and double knockdowns. Rows: genes showing effect or not? Default: random; artificial data is generated to 'random' specifications |
method |
greedy or exhaustive search. Default: greedy |
nIterations |
number of iterations. Default: 10 |
nModels |
number of Models. Default: 0 |
random |
list specifying how the data should be generated: no. of single mutants, no. of double mutants, no. of reporterGenes, FP-rate, FN-rate, no. of replicates |
ltype |
likelihood either "marginal" or "maximum" |
para |
false positive and false negative rates |
init |
adjacency matrix to initialise the greedy search |
List object with an adjacency matrix denoting the network, the model of the silencing scheme (rows are knock-downs, columns are signalling genes), a string with the inferred logial gates, a column indices denoting position of logical gates, the log transformed likelihood and the effect reporter distribution (rows are the signalling genes including the null node).
Madeline Diekmann
nem
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.