Skip to content
/ mintyr Public

❗ This is a read-only mirror of the CRAN R package repository. mintyr — Streamlined Data Processing Tools for Genomic Selection. Homepage: https://tony2015116.github.io/mintyr/ Report bugs for this package: https://github.com/tony2015116/mintyr/issues

License

Notifications You must be signed in to change notification settings

cran/mintyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mintyr

GitHub R package version GitHub last commit R-CMD-check Lifecycle: experimental

mintyr is an R package that provides fresh and efficient solutions for data processing, with a particular emphasis on animal breeding data. The package name reflects its core philosophy - delivering clean, fresh, and straightforward approaches to data manipulation. The package originated from the challenges encountered in handling multi-breed and multi-trait data in genomic selection, where nested data structures (via dplyr::group_nest()) proved to be remarkably effective for model iteration, especially when combined with dplyr::mutate and purrr::map() operations. While the tidyverse ecosystem offers powerful tools, to enhance performance while maintaining code clarity, mintyr has been implemented primarily using data.table and base R functions. Although initially designed for processing genomic selection phenotype data, mintyr has evolved to include a comprehensive collection of utility functions that streamline common data processing tasks.

Acknowledgments

Special thanks to AI assistance, particularly ChatGPT and Claude, for helping transform the initial concepts and inspirations for the mintyr package into reality. Their contribution has been invaluable in refining ideas, improving code structure, and crafting documentation.

Installation

You can install the development version from GitHub with:

# install.packages("pak")
pak::pak("tony2015116/mintyr")

About

❗ This is a read-only mirror of the CRAN R package repository. mintyr — Streamlined Data Processing Tools for Genomic Selection. Homepage: https://tony2015116.github.io/mintyr/ Report bugs for this package: https://github.com/tony2015116/mintyr/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages