-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
191 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
--- | ||
title: 2021b | ||
has_children: False | ||
has_children: True | ||
nav_order: 2 | ||
parent: Manuscripts | ||
--- | ||
|
||
# 2021b | ||
{:.no_toc} | ||
|
||
* TOC | ||
{:toc} | ||
|
||
This page shows how to reproduce: | ||
|
||
+ Tension-pCa curves with and without an MyBPC SRX stabilizing effect/actin binding effect | ||
+ A Mavacamten dose-dependent response curve | ||
+ Slack-restretch (k_tr) simulations for 1 or 3 potential binding sites for myosin | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: Mavacamten | ||
has_children: False | ||
nav_order: 2 | ||
parent: 2021b | ||
grand_parent: Manuscripts | ||
--- | ||
|
||
# Mavacamten | ||
|
||
This page shows how to reproduce a dose-dependent response curve to a myotrope (Mavacamten). | ||
|
||
## Getting ready | ||
|
||
+ Open an Anaconda Prompt | ||
|
||
+ Activate the FiberSim Anaconda Environment by executing: | ||
``` | ||
conda activate fibersim | ||
``` | ||
+ Change directory to `<FiberSim_dir>/code/FiberPy/FiberPy`, where `<FiberSim_dir>` is the directory where you installed FiberSim. | ||
|
||
## Run the simulations | ||
|
||
+ Type: | ||
``` | ||
python FiberPy.py run_batch "../../../manuscripts/2021b/myotrope/batch_mava.json" | ||
``` | ||
|
||
+ You should see text appearing in the terminal window, showing that the simulations are running. When it finishes (this may take ~15 min), you should see something similar to the image below. | ||
|
||
![command prompt](command_prompt.PNG) | ||
|
||
## Viewing the results | ||
|
||
The dose-dependent response is stored in `<FiberSim_dir>/manuscripts/2021b/myotrope/sim_output` | ||
|
||
<img src='mava_dose_response.png' width="50%"> | ||
|
||
The underlying data are stored in `<FiberSim_dir>/manuscripts/2021b/myotrope/sim_output/analysis.xlsx` | ||
|
||
<img src='analysis.PNG' width="40%"> | ||
|
||
The 10 subfolders from `<FiberSim_dir>/manuscripts/2021b/myotrope/sim_output` contain the simulations results and summary figures for each Mavacamten concentration. | ||
|
||
![sim_output](sim_output.PNG) | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: MyBPC | ||
has_children: False | ||
nav_order: 1 | ||
parent: 2021b | ||
grand_parent: Manuscripts | ||
--- | ||
|
||
# MyBPC | ||
|
||
This page shows how to reproduce 4 tension-pCa curves corresponding to 4 conditions: | ||
|
||
+ Base case | ||
+ MyBPC stabilizing SRX | ||
+ MyBPC binding to actin | ||
+ MyBPC stabilizing SRX + binding to actin | ||
|
||
|
||
## Getting ready | ||
|
||
+ Open an Anaconda Prompt | ||
|
||
+ Activate the FiberSim Anaconda Environment by executing: | ||
``` | ||
conda activate fibersim | ||
``` | ||
+ Change directory to `<FiberSim_dir>/code/FiberPy/FiberPy`, where `<FiberSim_dir>` is the directory where you installed FiberSim. | ||
|
||
## Run the simulations | ||
|
||
+ Type: | ||
``` | ||
python FiberPy.py run_batch "../../../manuscripts/2021b/MyBPC/batch_pCa_curves.json" | ||
``` | ||
|
||
+ You should see text appearing in the terminal window, showing that the simulations are running. When it finishes (this may take ~1-2 hour), you should see something similar to the image below. | ||
|
||
![command prompt](command_prompt.PNG) | ||
|
||
## Viewing the results | ||
|
||
The tension-pCa curves for the four cases are saved in `<FiberSim_dir>/manuscripts/2021b/MyBPC/sim_output/force_pCa_curves.png`. | ||
|
||
The normalized tension-pCa curves are saved in `<FiberSim_dir>/manuscripts/2021b/MyBPC/sim_output/force_pCa_curves_normalized.png`. | ||
|
||
<img src='force_pCa_curves.png' width="40%"> | ||
<img src='force_pCa_curves_normalized.png' width="55%"> | ||
|
||
The underlying data are stored in `<FiberSim_dir>/manuscripts/2021b/MyBPC/sim_output/analysis.xlsx`. | ||
|
||
<img src='analysis.PNG' width="30%"> | ||
|
||
The 4 subfolders from `<FiberSim_dir>/manuscripts/2021b/MyBPC/sim_output` contain the simulations results and summary figures for each pCa value in each case (base, MyBPC stabilized SRX, MyBPC actin binding, and MyBPC stabilized SRX + MyBPC actin binding). | ||
|
||
![subfolder](subfolder.PNG) | ||
|
||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: k_tr | ||
has_children: False | ||
nav_order: 3 | ||
parent: 2021b | ||
grand_parent: Manuscripts | ||
--- | ||
|
||
# k_tr | ||
|
||
This page shows how to reproduce a slack/re-stretch simulation for two conditions: | ||
|
||
+ Myosin heads are able to bind to the nearest actin binding site only (1 potential binding site) | ||
|
||
+ Myosin heads are able to bind to one of the three nearest acting binding sites (3 potential binding sites) | ||
|
||
## Getting ready | ||
|
||
+ Open an Anaconda Prompt | ||
|
||
+ Activate the FiberSim Anaconda Environment by executing: | ||
``` | ||
conda activate fibersim | ||
``` | ||
+ Change directory to `<FiberSim_dir>/code/FiberPy/FiberPy`, where `<FiberSim_dir>` is the directory where you installed FiberSim. | ||
|
||
## Run the simulations | ||
|
||
+ Type: | ||
``` | ||
python FiberPy.py run_batch "../../../manuscripts/2021b/k_tr/batch_k_tr.json" | ||
``` | ||
|
||
+ You should see text appearing in the terminal window, showing that the simulations are running. When it finishes (this may take ~20 min), you should see something similar to the image below. | ||
|
||
![command prompt](command_prompt.PNG) | ||
|
||
## Viewing the results | ||
|
||
The figure showing results for both simulations is stored in `<FiberSim_dir>/manuscripts/2021b/k_tr/sim_output/superposed_summary.png` | ||
|
||
<img src='superposed_summary.png' width="50%"> | ||
|
||
Summary figures and results files for the individual simulations are also stored in `<FiberSim_dir>/manuscripts/2021b/k_tr/sim_output`. | ||
|
||
![sim_output](sim_output.PNG) | ||
|
||
<figure class="left"> | ||
<img src="summary_1.png" width="45%"/> | ||
<img src="summary_2.png" width="45%"/> | ||
</figure> | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters