derive_BGe_posterior_probabilities: Compute the posterior probabilities of L_k -> T_i -> T_j for...

Description Usage Arguments Value Examples

View source: R/infer_GRN.R

Description

Compute the posterior probabilities of L_k -> T_i -> T_j for a simulated GRN using bfcs::compute_BGe_score_vectorized.

Usage

1

Arguments

GRN

List produced by simulate_GRN containing GRN structure and statistics.

prior

Prior on causal graphs (default uniform on DMAGs with bkg. info.)

Value

A numeric matrix of posterior probabilities for each possible causal relationship between the expression traits.

Examples

1
2
GRN <- simulate_GRN(10, 10, 100, 0.1)
derive_BGe_posterior_probabilities(GRN)

igbucur/BFCS documentation built on Oct. 20, 2020, 7:39 a.m.