I am trying to create a model which has a well mixed substance on one side of a cell barrier, and empty space on the other.
The cells will then actively transport this substance through it to the other side of the barrier.
Is this something that is possible with Morpheus?
Best,
Roger
I am trying to create a model which has a well mixed substance on one side of a cell barrier, and empty space on the other.
The cells will then actively transport this substance through it to the other side of the barrier. Is this something that is possible with Morpheus?
this example want run for me I get a Simulation error:
TimeScheduler detected loop dependencies in Reporter / Instantaneous Processes :
Function
Function
Equation
--
You received this message because you are subscribed to the Google Groups "Morpheus users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to morpheus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/morpheus-users/f143bd74-dad4-46ef-9ec1-d8c979dd84dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes that is the kind of thing I am thinking of modelling. The cells will make barrier and transport substance across.
Best,
Roger
Yes that is the kind of thing I am thinking of modelling. The cells will make barrier and transport substance across.
Thank you for this. I really appreciate it.
how to build from this branch exactly?
# 1.pull/update source files
git pull origin master# 2. switch to specific branchgit checkout noflux-cell-boundary# then, rebuild morpheus, e.g.cd buildcmake .make -j4
I have this new branch working and I am getting close to what I need.I have now set up the barrier, I can uptake into the cell and release from the cell.
Is there anyway to release from the cell in a particular direction rather than directly below (2D)?
--
You received this message because you are subscribed to the Google Groups "Morpheus users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to morpheus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/morpheus-users/36e5f864-dea1-4913-a6df-20a0746a545a%40googlegroups.com.
Hi Roger,
I have this new branch working and I am getting close to what I need.I have now set up the barrier, I can uptake into the cell and release from the cell.Good job!Is there anyway to release from the cell in a particular direction rather than directly below (2D)?In principle, yes. You should be able to use a MembraneProperty instead of a normal Property. These are Properties with a spatial resolution (an array of size, say, 100) that are mapped to the cells membrane in polar coordinates. You can use this to represent cell polarity, i.e. give directionality to processes.You first specify a Space / MembraneLattice and than define your CellType / MembraneProperty. And you can use this as if it were a normal Property, but one that is spatially heterogeneous along the cell membrane. Please see the attached model for an example. (The CPM / ConvergentExtension.xml example model for a nice example how to use this for anisotropic adhesion.)The left panel below shows a single cell with a MembraneProperty "m" that is initialized to be heterogeneous along the cell membrane (here in a sine wave manner).Unfortunately, though, there seems to be an open issue when trying to use MembraneProperties to model the release. Instead of being non-zero only at the cell membrane as they should, they are currently nonzero through the cell -- as shown in the right panel. This currently prevents you from using it in the way you suggest.I have opened an issue for this here: https://gitlab.com/morpheus.lab/morpheus/issues/102.Best,Walter
--
You received this message because you are subscribed to the Google Groups "Morpheus users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to morpheus-user...@googlegroups.com.