thierrygosselin / skeleSim

Null models, performance testing, and power estimation with population simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI Build Status AppVeyor Build Status

skeleSim

Description

skeleSim is a tool to guide users in choosing appropriate simulations, setting parameters, calculating summary genetic statistics, and organizing data output, all within the R environment. Skelesim is designed to be an extensible environment that can 'wrap' around any simulation software to increase its accessibility and use.

Installation

To install the latest version from GitHub:

# make sure you have Rtools installed
if (!require('devtools')) install.packages('devtools')
# install from GitHub
devtools::install_github('christianparobek/skeleSim', build_vignettes = TRUE)

Execution

To run the shiny app:

# Load the skeleSim package
library(skeleSim)

# Run the app
skeleSimGUI()

Contact

About

Null models, performance testing, and power estimation with population simulations


Languages

Language:HTML 66.9%Language:R 32.5%Language:JavaScript 0.5%Language:GCC Machine Description 0.2%Language:CSS 0.0%