You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# SC2Epistasis
2
-
This repository contains the code for reproducing the results of the manuscript: [Detecting epistasis from SARS-CoV-2 genome data]().
2
+
This repository contains the code for reproducing the results of the manuscript: [Epistasis and the changing fitness landscapes of SARS-CoV-2](https://doi.org/10.64898/2026.03.12.711354).
3
3
4
4
## Overview
5
5
The manuscript builds on the clade specific fitness effects of amino acid mutations obtained from [SARS2-mut-fitness-v2](https://github.com/neherlab/SARS2-mut-fitness-v2/tree/main), based on the mutation counts from the [UShER tree](https://github.com/jbloomlab/SARS2-mut-fitness/tree/main/results_gisaid_2024-04-24/expected_vs_actual_mut_counts). A minimal epistatic model is inferred by minimization of an objective function defined from the discrepancies of fitness effects across clades.
@@ -21,7 +21,7 @@ The manuscript builds on the clade specific fitness effects of amino acid mutati
-`script/delta_fit.jl`: script to generate the dataframe with fitness effects between pairs of clades.
@@ -84,7 +84,7 @@ This implicitly runs the script `script/init_inf.jl`, which initializes the tail
84
84
Then, it runs the inference function `learn(optx, qform, l1_vec; kwargs...)` which returns the optimal value of the objective and modify in place the coupling parameters stored in `optx`.
85
85
86
86
## References
87
-
- Manuscript this repository refers to [insert doi]().
88
-
- Context dependent estimates of SARS-CoV-2 mutation rates [Haddox et al. 2025](https://doi.org/10.1093/nar/gkaf503).
89
-
- Original approach for estimating fitness effects of mutations [Bloom & Neher 2023](https://doi.org/10.1093/ve/veae026).
90
-
-Usage of Potts model for epistasis inference in the context of MSAs of protein sequences [Morcos et al. 2011](https://doi.org/10.1073/pnas.1111471108).
87
+
- Manuscript this repository refers to [Sesta and Neher (2026)](https://doi.org/10.64898/2026.03.12.711354).
88
+
- Context dependent estimates of SARS-CoV-2 mutation rates [Haddox et al. (2025)](https://doi.org/10.1093/nar/gkaf503).
89
+
- Original approach for estimating fitness effects of mutations [Bloom & Neher (2023)](https://doi.org/10.1093/ve/veae026).
90
+
- Potts model for epistasis inference in the context of MSAs of protein sequences [Morcos et al. (2011)](https://doi.org/10.1073/pnas.1111471108).
0 commit comments