# gwaRs **Repository Path**: quanrd_admin/gwaRs ## Basic Information - **Project Name**: gwaRs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gwaRs [![CRAN status](https://www.r-pkg.org/badges/version/gwaRs)](https://cran.r-project.org/package=gwaRs) [![R build status](https://github.com/LindoNkambule/gwaRs/workflows/R-CMD-check/badge.svg)](https://github.com/LindoNkambule/gwaRs) [![License: MIT](https://img.shields.io/badge/License-MIT%20-blue.svg)](https://github.com/LindoNkambule/gwaRs/blob/main/LICENSE) ![](http://cranlogs.r-pkg.org/badges/grand-total/gwaRs) an R package for generating Manhattan, Q-Q, and PCA plots from GWAS and PCA results using ggplot2 ## Installation Install the stable release from CRAN: ```coffee install.packages("gwaRs") ``` Or install directly from GitHub using devtools ```coffee library(devtools) install_github("LindoNkambule/gwaRs") ```