Skip to content

coleoguy/popgensim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

popgensim

Population genetics simulation

This package provides a simple html based Wright-Fisher population genetics interactive simulator for use in teaching. It is built in the R environment and uses the Shiny package to produce html pages.

To use this first install R

Then install and load the devtools package that allows you use packages on github:

install.packages("devtools")

library(devtools)

Now you can install and load popgensim:

install_github('coleoguy/popgensim', build_vignettes = T)

library(popgensim)

If you don't want to install R you can still use the simulator on the Shinapps server: web simulator

if you have questions or problems please let me know coleoguy@gmail.com.

About

R package: Population genetics simulation for teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages