Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 774 Bytes

File metadata and controls

28 lines (19 loc) · 774 Bytes

simxQTL

In house simulation R package to support investigations of various QTL association methods

Quick Start

To install the latest version of the fasterscale package from GitHub, use devtools:

# install.packages("devtools")
devtools::install_github("StatFunGen/simxQTL", build_vignettes = FALSE)

This command should automatically install all required packages if they are not installed already.

If you have cloned the repository locally, you can install the package with the install_local function from devtools. Assuming your working directory contains the fasterscale repository, run this code to install the package:

devtools::install_local("simxQTL", build_vignettes = FALSE)