powered by
buildBN: a function for building the bayesian network.
buildBN(pbn, QP)
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.
Query Persons Ids
pbn <- initBN(toyped) bnet <- buildBN(pbn,QP=3)
Run the code above in your browser using DataLab