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

View source: R/buildBN.R

buildBNR Documentation

buildBN: a function for building the bayesian network.

Description

buildBN: a function for building the bayesian network.

Usage

buildBN(pbn, QP)

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

Value

A bayesian network based on pedigree evidence and QP definition.

Examples

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

fbnet documentation built on July 9, 2023, 6:24 p.m.