Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Apr 5, 2024
1 parent 92e39d7 commit c543149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/ReadInData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Since we are only interested in the forces generated by the cells, we use a mask
Next, we can use matplotlib to plot and examine the timelines. We look at the contractility, which gives us a measure of all the force vectors pointing to the epicenter of the force field.
We also look at the strain energy, which gives us the amount of energy stored in the matrix, taking into account the displacements and the nonlinear material model (the strain energy does not depend on the
epicenter of the force field).
epicenter of the force field; while in this case the contractility shows more variation).

.. code-block:: python
Expand All @@ -73,7 +73,7 @@ epicenter of the force field).
plt.tight_layout()
plt.savefig(r"Fig1.png",dpi=300)
ADD IMAGE HERE
.. figure:: images/ReadInA.png


We can also access the x, y, and z components of the force and deformation vectors individually.
Expand Down Expand Up @@ -106,7 +106,7 @@ We also plot the maximum matrix deformations at each time step.
plt.savefig(r"Fig2.png",dpi=300)
ADD IMAGE HERE
.. figure:: images/ReadInB.png

Finally, we want to investigate how the matrix deformations propagate with the distance to the organoid. Nonlinear materials such as collagen are known to propagate matrix cues over long distances.
For this, we transform our coordinates with respect to the organoid center (actually we use the epicenter of the deformation field). Then, we apply a running window analysis, where we average the matrix deformations within
Expand Down
Binary file added docs/source/images/ReadInA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/ReadInB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c543149

Please sign in to comment.