buildBN | R Documentation |
buildBN: a function for building the bayesian network.
buildBN(pbn, QP)
pbn |
A bayesian network for pedigree object with information of the genotyped members. The ped object must be in Familias format. |
QP |
Query Persons Ids |
A bayesian network based on pedigree evidence and QP definition.
pbn <- initBN(toyped)
bnet <- buildBN(pbn,QP=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.