buildBN: a function for building the bayesian network.
     
    
    
    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
    bnet <- buildBN(pbn,QP=3)