Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 736 Bytes

gwasir

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.

Installation

To get the latest development version of gwasir, you can install it directly from GitHub:

devtools::install_github("lict99/gwasir")

Example

Here's a simple example to help you get started:

library(gwasir)
## basic example code

Note

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!