Description Usage Arguments Value Examples
Compute the posterior probabilities of L_k -> T_i -> T_j for a simulated GRN using bfcs::compute_BGe_score_vectorized.
1 | derive_BGe_posterior_probabilities(GRN, prior = uniform_prior_GRN_DMAG())
|
GRN |
List produced by simulate_GRN containing GRN structure and statistics. |
prior |
Prior on causal graphs (default uniform on DMAGs with bkg. info.) |
A numeric matrix of posterior probabilities for each possible causal relationship between the expression traits.
1 2 | GRN <- simulate_GRN(10, 10, 100, 0.1)
derive_BGe_posterior_probabilities(GRN)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.