Welcome to gwasir! This package aims to provide a variety of models for genome-wide association study (GWAS) analysis. It's designed to be flexible and extendable, so you can easily add new models to meet your specific needs.
To get the latest development version of gwasir
, you can install it directly from GitHub:
devtools::install_github("lict99/gwasir")
Here's a simple example to help you get started:
library(gwasir)
## basic example code
Please note that this package is part of my master's thesis and comes with NO WARRANTY. It's primarily intended for my own use, but I hope you find it helpful too!