Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heavywatal/driftr
Shiny app for genetic drift simulation
https://github.com/heavywatal/driftr
Last synced: 7 days ago
JSON representation
Shiny app for genetic drift simulation
- Host: GitHub
- URL: https://github.com/heavywatal/driftr
- Owner: heavywatal
- Created: 2014-07-04T16:13:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T03:39:44.000Z (about 10 years ago)
- Last Synced: 2024-03-16T00:12:03.301Z (8 months ago)
- Language: R
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shiny app for genetic drift simulation
================================================================================Run `driftr` on ShinyApps.io server
--------------------------------------------------------------------------------1. Go to http://heavywatal.shinyapps.io/driftr
Run `driftr` on your computer
--------------------------------------------------------------------------------1. Launch [R](http://cran.rstudio.com/)
1. Install prerequisite packages.
```r
install.packages('shiny')
install.packages('plyr')
install.packages('dplyr')
install.packages('ggplot2')
install.packages('pipeR')
```1. Load `shiny` package.
```r
library(shiny)
```1. Download and launch a Shiny application.
```r
runGitHub('driftr', 'heavywatal')
```Or specify manually downloaded folder.
```r
runApp('~/Downloads/driftr')
```