getGenotypeTables {fbnet} | R Documentation |
getGenotypeTables: a function for obtaining genotypetables after variable elimination and using available genetic evidence.
Description
getGenotypeTables: a function for obtaining genotypetables after variable elimination and using available genetic evidence.
Usage
getGenotypeTables(bn, resQ, geno = NULL, lqp = 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. |
lqp |
list of individuals genotypes. |
Value
A dataframe with genotype probabilities.
[Package fbnet version 1.0.3 Index]