-
Notifications
You must be signed in to change notification settings - Fork 2
Team 3
stranda edited this page Mar 17, 2015
·
21 revisions
Members:
- Allan Strand (team lead)
- Michelle DePrenger-Levin
- Sean Hoban
- Eric Archer
- Libby Liggins
- George Shirreff
- Christian Parobek
Create an R package that guides users through the workflow of implementing simulations in population genetics questions. Create accompanying documentation that outlines the questions that simulations can address and discusses issues relevant to choice of initial parameters, simulator type, execution, and summary metrics.
Status:
- Choose broad type of problem (1 of Power analysis, Performance Analysis, Null Models, [maybe abc])
- Gather information from user input (both species and markers system)
- Based on 1 and 2 offer advice on the best simulator
- With user input, gather parameter values by:
- querying the user (text or shiny)
- querying an uploaded dataset
- Special parameter: the simulation summary functions required to address the problem above
- construct the actual simulation inputs (no user input)
- run simulation rep
- analyze simulation rep with the simulation summary functions outlined above, based on a parameter choice, save the simulations or discard them
- assemble the summaries of the simulation reps into a 2 element list
- collection of the parameters driving the simulations (probably a data frame)
- collection of the output summary statistics (almost certainly a data frame)
- Summarize the data frame assembled in step 8. The summarization function will depend on choices in step 1. At a minimum, we will summarize power analyses, performance analyses, and null models.
- products go here