It gathers information, meta-data and scripts in a two-part Henry-Stewart talk by Zhao (2009, ), which showcases analysis in aspects such as testing of polymorphic variant(s) for Hardy-Weinberg equilibrium, association with trait using genetic and statistical models as well as Bayesian implementation, power calculation in study design and genetic annotation. It also covers R integration with the Linux environment, GitHub, package creation and web applications.
The latest version of gaawr2 can be installed as usual:
# CRAN
install.packages("gaawr2")
# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/gaawr2")
git clone https://github.com/jinghuazhao/gaawr2
R CMD INSTALL gaawr2
Dependencies are detailed in the DECRIPTION file of the package at GitHub.
This can be seen from R with
library(help=gaawr2)
or
library(gaawr2)
?gaawr2
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.