buildCPTs: a function for building conditional probability tables based on pedigree bayesian network.
buildCPTs(
bn,
bNodePrunning = TRUE,
bStateRemoval = TRUE,
bStateRemoval2 = TRUE,
lumpingParameter = NULL,
renorm = "row-wise",
verbose = FALSE
)
A bayesian network based on pedigree evidence and QP definition.
A bayesian network for pedigree object with information of the genotyped members. The ped object must be in Familias format.
Standard pruning.
State based pruning.
State based pruning (model 2).
Used for stepwise mutational model.
If "row-wise" is selected, zero probability is assigned for transitions out of range.
Computations output.