Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelkou committed Nov 3, 2023
1 parent 8e5f069 commit 5328c81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ favapy <path-to-data-file> <path-to-save-output>
-n The number of interactions in the output file (with both directions, proteinA-proteinB and proteinB-proteinA). Default value = 100000.
-c The cut-off on the Pearson Correlation scores.The scores can range from 1 (high correlation) to -1 (high anti-correlation). This option overwrites the number of interactions. Default value = None.
-cor Type of correlation method ('pearson' or 'spearman'). Default value = 'pearson'
-c The cut-off on the Correlation scores.The scores can range from 1 (high correlation) to -1 (high anti-correlation). This option overwrites the number of interactions. Default value = None.
-d The dimensions of the intermediate\hidden layer. Default value depends on the input size.
Expand All @@ -50,6 +52,7 @@ favapy <path-to-data-file> <path-to-save-output>
-b The batch size. Default value = 32.
```

If FAVA is useful for your research, consider citing [FAVA BiorXiv](https://doi.org/10.1101/2022.07.06.499022).
Expand Down

0 comments on commit 5328c81

Please sign in to comment.