fbnet

CRAN status

fbnet is an open source software package written in R statistical languaje. It implements the complete GENis functionality, a recently published open-source multi-tier information system developed to run forensic DNA databases to perform kinship analysis based on DNA profiles. GENis is freely available on github: https://github.com/fundacion-sadosky/genis

It relies on a Bayesian Networks framework and it is particularly well suited to efficiently perform large-size queries against databases of missing individuals. It could interact with the main functionallities of other packages for pedigree analysis. In particular, fbnet can interpret the pedigree formats from ‘Familias’ software (1). In addition ‘pedtools’, a software for creating and manipulating pedigrees and markers, is supported (2). fbnet allows computing LRs and obtaining genotype probability distributions for a query individual, based on the pedigree data. For installing fbnet please use the following command:

install.packages("fbnet")
library(fbnet)

If you want to install a previous fbnet version, such as fbnet v1.0.1, that allows building and analyzing pedigrees please use:

install.packages("devtools")
library(devtools)
install.packages("fbnet")
library(fbnet)

fbnet and GENis projects are supported by Fundación Sadosky https://www.fundacionsadosky.org.ar/ and Ministerio de Ciencia, Tecnología e Innovación of Argentina https://www.argentina.gob.ar/ciencia

1- Vigeland, M. D. (2021). Pedigree analysis in R. Academic Press.
2- Egeland, T., Kling, D., & Mostad, P. (2015). Relationship inference with familias and R: statistical methods in forensic genetics. Academic Press.