/funqtl

An R package for QTL mapping in function valued trait data

Primary LanguageR

R package, funqtl

IL-YOUP KWAK ikwak2@stat.wisc.edu, with contributions from Karl W Broman.

QTL mapping for function valued trait

This is an R package with add-on functions for the R/qtl package to deal with function valued trait on QTL mapping.

Installation

To install the package from github,

install.packages("devtools")
library(devtools)
install_github("ikwak2/funqtl")