Skip to content

This R package contains the functions developed within Breeding Insight to analyze diploid and polyploid breeding and genetic data

License

Notifications You must be signed in to change notification settings

Breeding-Insight/BIGr

Repository files navigation

R-CMD-check GitHub Release Development Status CRAN Status Badge GitHub License codecov

=======

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

The stable version of BIGr is now available on CRAN. To install from the R terminal:

install.packages("BIGr")

To install the development version of BIGr, you'll need to have BiocManager installed. Then, install from GitHub.

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
    install.packages("remotes")

BiocManager::install("Breeding-Insight/BIGr", dependencies = TRUE)
library(BIGr)

Note: This GitHub version of BIGr is in development. So, there could be bugs present, and the stable version of BIGr on CRAN should be viewed as more reliable.

Funding

BIGr development is supported by Breeding Insight, a USDA-funded initiative based at the University of Florida - IFAS.

Citation

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.

About

This R package contains the functions developed within Breeding Insight to analyze diploid and polyploid breeding and genetic data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •