Skip to content

This is a code repository for the manuscript titled: From spikes to intercellular waves: tuning intercellular Ca2+ signaling dynamics modulates organ size control.

License

Notifications You must be signed in to change notification settings

fjhuizar/MSELab_Calcium_Cartography_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository for the associated Python code for the manuscript titled: From spikes to intercellular waves: tuning intercellular Ca2+ signaling dynamics modulates organ size control. The code was built by Dr. Ramezan Paravi Torghabeh. The code was then later updated and adapted for creation of the figures in the manuscript by Francisco Huizar. Experimental work and validation was led by Dharsan Soundarrajan. This work was done within the Multicellular Systems Engineering Lab at the University of Notre Dame. Please direct any questions to the lab principal investigator, Dr. Jeremiah Zartman.

All code was done using Jupyter notebooks where all code was run and the visible outputs are saved in the iPython notebooks. The code is available to be downloaded and run after installation of the latest version of Jupyter and Python. All simulation outputs were coded to be saved in the simulationResults folder, and are labeled according to figure numbers. Use of Epitools was done to create a 2-D geometrically accurate representation of the Drosophila wing imaginal disc. The corresponding folder for this is in the epitools (Figure S1 Creation) folder here.

Sample demonstration of the code

Anyone can run a sample of the code used in the manuscript by using the Google Colaboratory notebook located here. Instructions to run the demonstration code are found on the linked page. A full demonstration simulation will take approximately 25 minutes to run on the Google Colaboratory virtual machine, and simulations can be run faster on a personal machine (see instructions below for use on a personal machine). In the demonstration page, you are able to choose between the following outputs that correspond to Figure 2 in the manuscript:

  • Single cell calcium spikes
  • Intercellular calcium transients
  • Intercellular calcium waves
  • Global fluttering calcium activity

Open-source license agreement

Soundarrajan, D. K., Huizar, F. J., Paravitorghabeh, R., Robinett, T. & Zartman, J. J. From spikes to intercellular waves: Tuning intercellular calcium signaling dynamics modulates organ size control. PLOS Computational Biology 17, e1009543 (2021).

The below licensing statements are verbatim statements from the Free and Open Source Software Auditing (FOSSA) team originating from this webpage

Users of this code must:

  • Include a copy of the full license text and the original copyright notice
  • Make available the source code when you distribute a derivative work based on the licensed library
  • License any derivative works of the library under the same or later version of the LGPL or GPL

The LGPL license allows users of the licensed code to:

  • Use the code commercially: Like GPL, LGPL imposes no conditions on using the code in software that’s sold commercially
  • Change the code: Users can rework the code, but if they distribute these modifications, they must release these updates in source code form
  • Place warranty: Distributors of the original code can offer their own warranty on the licensed software

Instructions to run the code on a personal machine

  1. You can download all of the associated code here
  • Each notebook is labeled corresponding to its associated figure in the main text of the manuscript.
  • NOTE: The full folder is approximately 2+ GB of data as it contains the pre-run simulation output pictures and videos.
  1. Extract the downloaded .zip folder where you would like to run the code using Jupyter
  2. Navigate to and open the extracted folder
  3. Within the now extracted folder extract the 'geometry.zip' folder as well
  4. Open and run Jupyter Notebook
  5. Navigate in the Jupyter Notebook host to where the extracted files are
  6. Open a new, untitled notebook in Jupyter
  7. Install all necessary Python packages using pip install requirements.txt.
  • This is done by entering the following into a cell:
!pip install -r /path/to/requirements.txt
  • NOTE: 'path/to/' should be changed to the correct path where the code was extracted to
  1. Use Jupyter to open each individual notebook to run the simulations as desired

Code for repeated simulations

You can find the code and corresponding outputs for repeated simulations (with different random number generator seeds) for the manuscript's main figures in the following locations:

Code for model sensitivity to parameters

You can find the code and corresponding outputs for the sensitivity analysis of parameters and their effects on a baseline intercellular calcium wave here. This code corresponds to the supplementary information figures.

Acknowledgements

We would like to thank Trent Robinett for his contributions towards completion of the manuscript. In particular, we would like to highlight his efforts in carrying out experiments alongside Dharsan Soundarrajan.

The work in this manuscript was supported by NIH Grant R35GM124935 and NSF Award CBET-1553826. The authors gratefully acknowledge the Notre Dame Center for Research Computing (CRC) for providing computational facilities in addition to members of the Zartman Lab for helpful discussions and feedback.

Repository last updated: February 27, 2021 7:00PM EST

About

This is a code repository for the manuscript titled: From spikes to intercellular waves: tuning intercellular Ca2+ signaling dynamics modulates organ size control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published