Description Usage Arguments Value See Also
View source: R/nem_Tar_greedy.R
Inferring the signaling network from (epi)genetic aberrations and effect reporter gene profiles based on greedy hill climbing methods
1 | nem_Tar_greedy(D, Sgenes, S_pattern, initial = NULL, control, verbose = TRUE)
|
D |
an E-gene observation matrix with the dimension of p(number of samples) × n(number of effect reporter genes) |
Sgenes |
a character vector of S-genes |
S_pattern |
a binary matrix showing the state of whether signaling components(S-genes)are perturbed, with the dimension of m × m |
initial |
the initial state of the S-gene graph |
control |
a list contains necessary parameters for implementing the
methods,the details could be referred to |
verbose |
a logic to whether present the execution process |
a list contains the network inference results, please also refer to
nem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.