BIGpopA is an R package developed by Breeding Insight that provides tools for pedigree quality control and genomic breed/line composition estimation in diploid and polyploid breeding populations. It is designed to help researchers and breeders identify pedigree errors, assign parentage from SNP genotype data, and estimate genome-wide breed or line composition.
To install the latest CRAN version of BIGpopA:
install.packages("BIGpopA")
library(BIGpopA)
To install the development version of BIGpopA, install from GitHub using remotes:
install.packages("remotes")
remotes::install_github("Breeding-Insight/BIGpopA", dependencies = TRUE)
library(BIGpopA)
BIGpopA development is supported by Breeding Insight, a USDA-funded initiative based at the University of Florida - IFAS.
If you use BIGpopA in your research, please cite as:
Chinchilla-Vargas, Josue, and Breeding Insight Team. 2026. "BIGpopA: Pedigree Validation and Breed/Line Composition Estimation for Diploid and Polyploid Species." R package version 1.0.6. https://github.com/Breeding-Insight/BIGpopA.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.