The BGmisc R package offers a comprehensive suite of functions tailored for extended behavior genetics analysis, including model identification, calculating relatedness, pedigree conversion, pedigree simulation, and more.
You can install the released version of BGmisc from CRAN with:
install.packages("BGmisc")
To install the development version of BGmisc from GitHub use:
# install.packages("devtools")
::install_github("R-Computing-Lab/BGmisc") devtools
If you use BGmisc in your research or wish to refer to it, please cite the following paper:
citation(package = "BGmisc")
Garrison, S. Mason, Hunter, Michael D., Lyu, Xuanyu, Trattner, Jonathan D., Burt, S. Alexandra (2024). “BGmisc: An R Package for Extended Behavior Genetics Analysis.” Journal of Open Source Software, 9(94). doi:10.21105/joss.06203 https://doi.org/10.21105/joss.06203.
A BibTeX entry for LaTeX users is
@Article{bgmisc,
title = {BGmisc: An R Package for Extended Behavior Genetics Analysis},
author = {{Garrison, S. Mason} and {Hunter, Michael D.} and {Lyu, Xuanyu} and {Trattner, Jonathan D.} and {Burt, S. Alexandra}},
journal = {Journal of Open Source Software},
year = {2024},
volume = {9},
number = {94},
doi = {10.21105/joss.06203},
}
Contributions to the BGmisc project are welcome. For guidelines on how to contribute, please refer to the Contributing Guidelines. Issues and pull requests should be submitted on the GitHub repository. For support, please use the GitHub issues page.
The development of BGmisc follows a GitFlow branching strategy:
dev_main
: This branch is the final
integration stage before changes are merged into the main
branch. It is considered stable, and only well-tested features and
updates that are ready for the next release cycle are merged here.dev
: This branch serves as a less
stable, active development environment. Feature branches are merged
here. Changes here are more fluid and this branch is at a higher risk of
breaking.main
): The main branch
mirrors the stable state of the project as seen on CRAN. Only fully
tested and approved changes from the dev_main branch are merged into
main to prepare for a new release.BGmisc is licensed under the GNU General Public License v3.0. For more details, see the LICENSE.md file.