300 likes | 325 Vues
Circuitscape Design Review Presentation. Team Circuitscape Mike Schulte Sean Collins Katie Rankin Carl Reniker. Client: Dr. Brad McRae. Researcher in Forestry department Works on gene flow theory Study of how genetic information travels between animal populations
E N D
Circuitscape Design Review Presentation Team Circuitscape Mike Schulte Sean Collins Katie Rankin Carl Reniker
Client: Dr. Brad McRae • Researcher in Forestry department • Works on gene flow theory • Study of how genetic information travels between animal populations • Developed resistor theory for gene flow • Used resistor theory for doctoral dissertation
Population Genetics • Study of flow of genetic information between demes • Demes are groups of animals • Gene flow theory • Concerned with amount of genetic flow and difference • Not concerned with the spread of specific traits
Example Continued Sneetch habitat Not sneetch habitat Sneetch samples
A C B D Example Continued
E F Population Genetics Example
A B 1 A B Nm = 1 1 1 C G = 1 B A Conceptual Basis for Resistor Theory • Gene flow is increased by multiple connections and pathways • ….very much like conductance in a circuit 1 B A 1 1 C
Problem • Currently Coded in Matlab • Limited Distribution • Expensive • Not user friendly • Most people cannot run the program
Solution Easily Accessible & User Friendly
Spiral Model Methodology & Rationale • 4 steps • Planning • Create prototype • Submit prototype to sponsor • Redefine prototype and requirements
Architecture Overview GUI FileReader Matrix Solver File Writer
GUI Module • GUI module provides a convenient interface for the users to select options. • These options are parameters for the calculations and the names and locations of data files.
Reader Module • reads in ACSII text files • The module translates the data contained in the text files and passes it to the Matrix Solver module.
Matrix Solver Module • calculate genetic conductivity • maintains a uniform representation of the habitat generated from data from the Reader module. • the JMP library is used to solve the system of linear equations
Writer Module • writes the data generated by Matrix Solver module to ASCII text files
Error Handling • The GUI displays a pop-up for errors, such as: • File not found • Invalid input files • Warnings about possibly unwanted effects
Challenges Completed • Challenge Understanding how the simulation is supposed to model gene flow • Solution Meetings and e-mail correspondence with sponsor
Challenges Completed, cont. • Challenge Finding effective conductance/ resistance between two points on a grid of resistors. • Solution • Nodal analysis is applied to the grid to generate a system of linear equations. • The JMP library is used to solve this system as a sparse matrix equation.
Challenges Remaining • Challenge Handling very large data sets (at least 100,000 data points) without running out of memory. • Plan • Experiment with different algorithms for solving matrix. • Use and discard input values and calculated data rather than storing it in memory.
Challenges Remaining, cont. • Challenge Allowing the user to define the relationship between distance and conductance with an equation at runtime. • Plan Find and incorporate a free library which parses a string into an equation.
Completed Tasks March 10 • Find effective conductance/resistance • Find distance • Merge nodes with zero resistance March 31 • GUI • Reading from Excel and GIS files • Writing data to text files • Handling diagonal connections April 5 • Finding disconnected regions • Generating current maps
Remaining Tasks April 12 • Handling nonadjacent nodes defined by a function April 19 • Stress testing and optimization for memory usage • Usability Testing April 30 • Code Documentation • User Documentation
Conclusion • Gene flow simulations are an important tool for conservation planning and wildlife research. • There are definite areas for expansion that cannot be implemented because of time constraints.