Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 762 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 762 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("cumc/simxQTL",build_vignettes = TRUE)

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 = TRUE)