Description Usage Arguments Value See Also
View source: R/nem_Tar_triples.R
Inferring the signaling network from (epi)genetic aberrations and effect reporter gene profiles based on triple realtion inference methods
1 | nem_Tar_triples(D, Sgenes, S_pattern, 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(m is the number of S-genes) |
control |
a list contains necessary parameters for implementing the methods,as nemTar is developed based on nem, the users of nemTar should apply the function nem::set.default.parameters(Sgenes,type="mLL",para=para), para is a vector of length two:false positive rate and false negative rate. |
verbose |
a logic to whether present the execution process |
a list contains the network inference results using triple relation,
please also refer to the nem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.