The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
acoRn
an open-source R package designed
for exclusion-based parentage assignment. Utilizing the principles of
Mendelian segregation, acoRn
analyzes multilocus genotype
data from potential parents and offspring to identify likely parentage
relationships, while accommodating genotyping errors, missing data, and
duplicate genotypes.
acoRn
can be easily installed through GitHub as
follows:
# install.packages("remotes")
library(remotes)
install_github("npechl/acoRn")
# load acoRn
library(acoRn)
# create mock parents dataset
<- create_mock_parents()
parents
# create mock progeny dataset
<- create_mock_progeny(p[[1]], fparents = 5, mparents = 5, prog = 5) offspring
# load acoRn
library(acoRn)
# example datasets
data("parents")
data("offspring")
# run acoRn
<- acoRn(parents, offspring)
r
head(r)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.