reportPQ {fbnet} | R Documentation |
reportPQ: a function for calculating the probability of specified genotypes in a pedigree.
Description
reportPQ: a function for calculating the probability of specified genotypes in a pedigree.
Usage
reportPQ(bn, resQ, geno = NULL)
Arguments
bn |
A bayesian network for pedigree object with information of the genotyped members. The ped object must be in Familias format. |
resQ |
List of CPTs. |
geno |
data.frame with genotypes. |
Value
A dataframe with genotype probabilities.
[Package fbnet version 1.0.3 Index]