kdahlquist / GRNmap

Gene Regulatory Network modeling and parameter estimation
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

removed unused global variables and started a populate globals function and test #262

Closed im-deepfriedwater closed 7 years ago

im-deepfriedwater commented 7 years ago

Removed global variables deletion and production_function from lse.m. In addition I removed expression_timepoints as a global from graphs.m. I also made a new matlab file populateGlobals. wrote tests for some of the globals that are going to be populated. Test and function are currently incomplete.