Changelog
Source:NEWS.md
BREADR 1.1.0
- Added
plotDOUGH()function - Added
priorSensitivity()function - Changed R requirement for package to make it more accessible
- Removed commented code from callRelatedness.
- Made prior sum to one a warning and less restrictive for
callRelatedness(). - Made sure column names were in input data for functions, not exact.
- Added “by population” option to
processEigenstrat()to make it faster. - Added a new plot called
plotROLL()to compare PMR values between groups.
BREADR 1.0.3
CRAN release: 2025-04-14
- Reviewer for JOSS noticed that needed a later version than in description due to a call to the Matrix package. So added later R version requirement.
BREADR 1.0.2
CRAN release: 2024-09-09
- Problem with processEigenstrat as it used a bash cut function native to linux and mac, but not available on Windows. The old version is still available as processEigenstrat_old.
- Change callRelatedness to use any function
- Problem with plotLoaf not showing legend is level is missing - fixed.