Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jkbren/presilience
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbren committed Aug 13, 2021
2 parents a085aa6 + 62ddb49 commit d66936d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Python code for calculating the resilience and the *prospective resilience*
in networks. This code accompanies the recent paper:

**Resilience and evolvability of protein-protein interaction networks**. by
[**Resilience and evolvability of protein-protein interaction networks**. by
Brennan Klein, Ludvig Holmér, Keith M. Smith, Mackenzie M. Johnson, Anshuman
Swain, Laura Stolp, Ashley I. Teufel, and April S. Kleppe. (2020).
Swain, Laura Stolp, Ashley I. Teufel, and April S. Kleppe. (2020)](https://www.biorxiv.org/content/10.1101/2020.07.02.184325v1).

- - - -

Expand All @@ -31,14 +31,13 @@ Swain, Laura Stolp, Ashley I. Teufel, and April S. Kleppe. (2020).

## Analysis Notebooks
1. [01_Intro_Network_Resilience](https://nbviewer.jupyter.org/github/jkbren/presilience/blob/master/code/01_Intro_Network_Resilience.ipynb)
2. [02_Protein_Network_Resilience](https://nbviewer.jupyter.org/github/jkbren/presilience/blob/master/code/01_Intro_Network_Resilience.ipynb)
3. [03_Prospective_Resilience](https://nbviewer.jupyter.org/github/jkbren/presilience/blob/master/code/01_Intro_Network_Resilience.ipynb)
2. [02_Protein_Network_Resilience](https://nbviewer.jupyter.org/github/jkbren/presilience/blob/master/code/02_Protein_Network_Resilience.ipynb)
3. [03_Prospective_Resilience](https://nbviewer.jupyter.org/github/jkbren/presilience/blob/master/code/03_Prospective_Resilience.ipynb)


## Installation and Usage

In order to use this code, first clone/download the repository.
Below is a simple example usage. Please feel free to reach
In order to use this code, first clone/download the repository. Please feel free to reach
out if you find any bugs, have any questions, or if for some reason
the code does not run.

Expand All @@ -63,8 +62,7 @@ If you use these methods and this code in your own research, please cite our pap

Klein, B., Holmér, L., Smith, K., Johnson, M., Swain, A., Stolp, L.,
Teufel, A., and Kleppe, A. (2020).
**Capturing the evolutionary capacity to innovate via novel interactions
in protein-protein interaction networks.**
**Resilience and evolvability of protein-protein interaction networks.**


Bibtex:
Expand All @@ -73,7 +71,7 @@ Bibtex:
title = {Resilience and evolvability of protein-protein interaction networks},
author = {Klein, Brennan and Holmér, Ludvig and Smith, Keith M. and Johnson, Mackenzie M.
and Swain, Anshuman and Stolp, Laura and Teufel, Ashley I. and Kleppe, April S.},
journal = {arXiv preprint XXX},
journal = {bioRxiv preprint 10.1101/2020.07.02.184325v1},
year = {2020}
}
```
Expand Down

0 comments on commit d66936d

Please sign in to comment.