50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

fbnet (version 1.0.3)

buildBN: buildBN: a function for building the bayesian network.

Description

buildBN: a function for building the bayesian network.

Usage

buildBN(pbn, QP)

Value

A bayesian network based on pedigree evidence and QP definition.

Arguments

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

Examples

Run this code
pbn  <- initBN(toyped)
bnet <- buildBN(pbn,QP=3)

Run the code above in your browser using DataLab