======= # BIGr
BIGr is an R package developed byBreeding Insight that provides arobust set of functions for analyzing genomic and pedigree data indiploid and polyploid breeding programs. It’s designed to streamline theanalysis of breeding and genetic data, empowering researchers andbreeders to make informed decisions.
To install BIGr, you’ll need to haveBiocManagerinstalled.
if (!require("BiocManager",quietly =TRUE))install.packages("BiocManager")install.packages("remotes")BiocManager::install("Breeding-Insight/BIGr",dependencies =TRUE)library(BIGr)BIGr development is supported byBreeding Insight, a USDA-fundedinitiative based at Cornell University.
If you use BIGr in your research, please cite as:
Sandercock, Alexander M., Cristiane H. Taniguti, JosueChinchilla-Vargas, Dongyan Zhao, Shufen Chen, Meng Lin, Manoj Sapkota,and Breeding Insight Team. 2025. “Breeding Insight Genomics Functionsfor Polypoid and Diploid Species.”https://github.com/Breeding-Insight/BIGr.