Genetic Association Analysis
This is an updated version of a Henry-Stewart talk by Zhao (2009, doi:10.69645/DCRY5578), which gathers information, meta-data and scripts to showcase modern genetic analysis ranging from testing of polymorphic variant(s) for Hardy-Weinberg equilibrium, association with trait using genetic and statistical models as well as Bayesian implementation to power calculation in study design and genetic annotation. It also covers R integration with the Linux environment, GitHub, package creation and web applications.
Installation
The latest version of gaawr2 can be installed as usual:
1. Install from R
# CRAN
install.packages("gaawr2")
# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/gaawr2")