AmelieSchreiber commited on
Commit
40a9af8
1 Parent(s): d8bde09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -91,7 +91,8 @@ for idx, binder in enumerate(ranked_binders, 1):
91
 
92
  ## PPI Networks
93
 
94
- To construct a protein-protein interaction network, try running the following code:
 
95
 
96
  ```python
97
  import networkx as nx
 
91
 
92
  ## PPI Networks
93
 
94
+ To construct a protein-protein interaction network, try running the following code. Try adjusting the length of the connector
95
+ (0-25 for example). Try also adjusting the number of iterations and the masking percentage.
96
 
97
  ```python
98
  import networkx as nx