Package 'gaawr2'

Title: Genetic Association Analysis
Description: It gathers information, meta-data and scripts in a two-part Henry-Stewart talk by Zhao (2009, <doi:10.69645/DCRY5578>), 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.
Authors: Jing Hua Zhao [aut, cre] (<https://orcid.org/0000-0002-1463-5870>, <https://orcid.org/0000-0003-4930-3582>), Benjamin Altmann [ctb]
Maintainer: Jing Hua Zhao <[email protected]>
License: MIT + file LICENSE
Version: 0.0.3
Built: 2025-03-14 19:21:50 UTC
Source: https://github.com/jinghuazhao/gaawr2

Help Index


An enhanced welcome

Description

It prints a welcome message, saying number of times.

Usage

welcome(n)

Arguments

n

The number of times (>1 integer) to welcome the user.

Value

Prints a welcome message to the console.

Examples

welcome(3)