meyer-lab / TAMode.jl

An activation model for the full TAM receptor family.
https://asmlab.org
MIT License
0 stars 0 forks source link

A function to reorganize the PDE model output into a more intuitive form #223

Open aarmey opened 4 years ago

aarmey commented 4 years ago

The compartmental model is organized as 27 species repeated for each position in a radially-symmetric geometry. Thus, with 100 points, the answer is 2700x(# tps). It'd be helpful to organize this to be 100x27x(# tps), so that one can easily index/slice parts of interest.

aarmey commented 4 years ago

This would make plotting and using the output of the compartmental model much easier. @sumedha-k, perhaps you can work with @ajtsao1 on this and the plotting she has been setting up? They're both co-dependent issues but necessary to be able to look at the model with PS.

aarmey commented 4 years ago

I believe this is done on #267. It'd be nice to have a test for this—we can discuss possibilities.