=======
BIGr is an R package developed by Breeding Insight that provides a robust set of functions for analyzing genomic and pedigree data in diploid and polyploid breeding programs. It's designed to streamline the analysis of breeding and genetic data, empowering researchers and breeders to make informed decisions.
To install BIGr, you'll need to have BiocManager installed.
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
install.packages("remotes")
BiocManager::install("Breeding-Insight/BIGr", dependencies = TRUE)
library(BIGr)
BIGr development is supported by Breeding Insight, a USDA-funded initiative based at Cornell University.
If you use BIGr in your research, please cite as:
Sandercock, Alexander M., Cristiane H. Taniguti, Josue Chinchilla-Vargas, Dongyan Zhao, Shufen Chen, Meng Lin, Manoj Sapkota, and Breeding Insight Team. 2025. “Breeding Insight Genomics Functions for Polypoid and Diploid Species.” https://github.com/Breeding-Insight/BIGr.
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.