-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/biswa-mahanta/Stochastic-Si…
- Loading branch information
Showing
1 changed file
with
86 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
|
||
<h3 align="center">README</h3> | ||
|
||
<p align="center"> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
<!-- TABLE OF CONTENTS --> | ||
<details> | ||
<summary>Table of Contents</summary> | ||
<ol> | ||
<li> | ||
<a href="#about-the-project">About The Project</a> | ||
<ul> | ||
<li><a href="#built-with">Built With</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="#getting-started">Getting Started</a> | ||
<ul> | ||
<li><a href="#prerequisites">Prerequisites</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#usage">Usage</a></li> | ||
<li><a href="#contributing">Contributing</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
</ol> | ||
</details> | ||
|
||
|
||
|
||
<!-- ABOUT THE PROJECT --> | ||
## About The Project | ||
|
||
The three MATLAB codes are designed to enable user to perform stochastic simulation of formin mediated filament elongations using experimentally determined parameters. | ||
* The *formin_processivity_steps* program is designed to use experimentally determined probability of formin dissociation per step to stochastically simulate formin mediated filament elongations for 12,000 filaments. | ||
* The *formin_processivity_time* program is designed to use experimentally determined probability of formin dissociation per time to stochastically simulate formin mediated filament elongations for 12,000 filaments. | ||
* The *formin_processivity_prediction* program is designed to stochastically simulate formin mediated filament elongation for user-defined values of fraction FH1 monomer usage along with a series of elongation rates. | ||
|
||
|
||
The work is supported by NIH and by the Genetics and Cell Biology department of University of Minnesota, Twin-cities. | ||
|
||
### Built With | ||
|
||
* **MATLAB by Mathworks** | ||
|
||
|
||
<!-- GETTING STARTED --> | ||
## Getting Started | ||
|
||
To use the codes, the entire repository can be downloaded from the "code" dropdown menu. Please save them in an accessible location in your computer. | ||
|
||
### Prerequisites | ||
|
||
MATLAB by Mathworks needs to be installed and activated. | ||
* Link to download MATLAB - https://www.mathworks.com/downloads/ | ||
|
||
|
||
<!-- CONTRIBUTING --> | ||
## Contributing | ||
|
||
We welcome any contributions you make to the code. | ||
|
||
If you have a suggestion that would make this better, please fork the repository and create a pull request. | ||
|
||
1. Fork the Project | ||
2. Create your Feature Branch | ||
3. Commit your Changes | ||
4. Push to the Branch | ||
5. Open a Pull Request | ||
|
||
|
||
|
||
<!-- CONTACT --> | ||
## Contact | ||
|
||
Biswa Mahanta - (www.linkedin.com/in/biswa-mahanta) - biswaprakash2006rta@gmail.com | ||
|
||
Project Link: https://github.com/biswa-mahanta/Stochastic-Simulation-of-Formin-Processivity.git | ||
|
||
|
||
|
||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |