Learn R Programming

R/wgaim: An R package for efficient whole genome QTL analysis

Authors: Julian Taylor & Ari Verbyla

This is the public facing GitHub repository verison of the R package wgaim available on CRAN. This repository is updated more regularly than the CRAN version of the package and includes minor additions and small bug fixes. Please check the badges at the top of this README and the NEWS for the package.

R/wgaim is a whole genome average interval mapping R package that implements the original wgaim algorithm derived in Verbyla et al. (2007, 2012). The packages main QTL analysis function uses ASReml-R V4 for its core linear mixed modelling. To use full functionality of the package users will require a valid license for ASReml-R V4 and this can be obtained from https://vsni.co.uk/software/asreml-r/.

To install the package from GitHub you will need to do the following:

  1. Install the devtools package. Do this by invoking R and then typing
install.packages("devtools")
  1. Install wgaim using
devtools::install_github("DrJ001/wgaim")

Getting Started

For a quick but complete introduction of the functionality of the package please visit the vignette on the CRAN package page.

References

Verbyla, A.P., Cullis, B.R. & Thompson, R. (2007) The analysis of QTL by simultaneous use of the of the full linkage map. Theoretical and Applied Genetics, 116, 95-111.

Verbyla, A.P., Taylor, J.D. & Verbyla, K.L. (2012) RWGAIM: An efficient high dimensional random whole genome average (QTL) interval mapping approach. Genetics Research, 94, 291-306.

Copy Link

Version

Install

install.packages('wgaim')

Monthly Downloads

155

Version

2.0-6

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Julian Taylor

Last Published

August 27th, 2024

Functions in wgaim (2.0-6)

wgaim-internal

Internal wgaim functions
summary.wgaim

Summary and print methods for the class "wgaim"
phenoSxT

Phenotypic Sunco x Tasman trial data frame
tr.wgaim

Display diagnostic information about the QTL detected.
wgaim-package

Whole Genome Average Interval Mapping (wgaim) for QTL detection and estimation
wgaim.asreml

wgaim method for class "asreml"
qtlTable

Stack QTL summary information into a super table
linkMap.cross

Plot a genetic linkage map
genoCxR

Genotypic marker data for Cascades x RAC875-2 doubled haploid population in R/qtl format
outStat

A faceted ggplot of the chromosome outlier statistics or the interval blups/outlier statistics obtained from specified iteratons of wgaim.
genoRxK

Genotypic marker data for RAC875 x Kukri doubled haploid population in R/qtl format
cross2int

Convert a cross genetic object to an interval object
linkMap.default

Plot a genetic linkage map with QTL for multiple traits
linkMap.wgaim

Plot a genetic linkage map with QTL
phenoRxK

Phenotypic RAC875 x Kukri trial data frame
phenoCxR

Phenotypic Cascades x RAC875-2 zinc experiment data frame
genoSxT

Genotypic marker data for Sunco x Tasman doubled haploid population in R/qtl format