software
Code
The following are snippets of code that cover a wide range of specific research applications. There are tools for kinetic model-building, regression, image analysis, neural networks, and web applications. Some are well-documented, others not.
View code cell2csv.m Convert cell array to CSV
View code cell2sbm.m Convert 2-row cell array to SBmodel
View code cleantc.m Clean up time-course data
View code csv2cell.m Convert CSV to cell array
View code ff2narx.m Convert feedforward network to NARX model
View code findsynergy.m Calculate synergy ratio for data set
View code gencomb.m Generate all combinations of n variables with d states
View code getexpt.m Extract experimental data from Flex-station experiment
View code issteadySB.m Determine whether or not SBmodel states are at rest
View code lle.m Calculate local linear embedding (Roweis and Saul, 2000)
View code maxdiss.m Calculate maximally dissimilar vectors
View code mltc2narx.m Convert multilayer time-course NN to NARX model
View code newmltc.m Create new multilayer time-course NN model
View code newtc.m Create new time-course NN model
Models
The following are SBML models that were developed as part of my doctoral work.
View SBML plt1.xml Human platelet v1.0
View SBML plt2.xml Human platelet v2.0