achattaraj / maximal_Solubility_product

Python scripts to analyze and visualize the data presented in the research article: "The maximum solubility product marks the threshold for condensation of multivalent biomolecules".

Home Page:https://www.cell.com/biophysj/pdf/S0006-3495(23)00209-6.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maximal_Solubility_product

Method section of the Biophysical Journal Paper - "The maximum solubility product marks the threshold for condensation of multivalent biomolecules".

We perform stochastic rule based simulations using two solvers - SpringSaLaD and NFsim. We perform multiple stochastic trials and analyze them to get average properties of the system.

  • We define the springsalad model using the in-built graphical interface and then launch multiple simulations using the batch file called "submit_ssalad.sh". The data analysis part is summarized by "ssalad_analysis.ipynb" inside the springsalad folder.
  • We define the NFsim model using the Virtual Cell graphical interface and then launch multiple simulations using the batch file called "submit_nfsim.sh". The data analysis part is summarized by "NFsim_analysis.ipynb" inside the NFsim folder.

To use the code, simply clone the repository to your local machine.

About

Python scripts to analyze and visualize the data presented in the research article: "The maximum solubility product marks the threshold for condensation of multivalent biomolecules".

https://www.cell.com/biophysj/pdf/S0006-3495(23)00209-6.pdf

License:MIT License


Languages

Language:Jupyter Notebook 80.4%Language:Python 19.3%Language:Shell 0.3%