Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.25 KB

BIGr

Core Genomic Analysis Functions for Breeding Insight

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.

Installation

To install BIGr, you'll need to have devtools installed.

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("Breeding-Insight/BIGr")
library(BIGr)

Funding

BIGr development is supported by Breeding Insight, a USDA-funded initiative based at Cornell University.

Citation

If you use BIGr in your research, please cite as:

Sandercock, Alexander M., Cristiane H. Taniguti, Josue Chinchilla-Vargas, Donguan Zhao, Shufen Chen, Meng Lin, Manoj Sapkota, and Breeding Insight Team. 2024. “(B)reeding (I)nsight (G)enomics Functions for Polypoid and Diploid Species.” https://github.com/Breeding-Insight/BIGr.