Skip to content

jinghuazhao/gaawr2

Repository files navigation

output
github_document

pages-build-deployment R-CMD-check

Genetic Association Analysis with R (II)

An R package companion to the titled Henry-Stewart talk, part 2.

Installation

The latest version of gaawr2 can be installed as usual:

1. Install from R

if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/gaawr2")

2. Install from GitHub repository

git clone https://github.com/jinghuazhao/gaawr2
R CMD INSTALL gaawr2

Dependencies are detailed in the DECRIPTION file of the package at GitHub.

A summary of functions

This can be seen from R with

library(help=gaawr2)

or

library(gaawr2)
?gaawr2

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published