DASL-Lab / provoc

PROportions of Variants of Concern using counts, coverage, and a variant matrix.
https://dasl-lab.github.io/provoc/
MIT License
0 stars 0 forks source link

Implement simple versions of Freyja and/or Alcov for comparison #12

Open DBecker7 opened 7 months ago

DBecker7 commented 7 months ago

These models are essentially linear models, but with some other assumptions about the data and constraints on the coefficients.

Freyja does something like Lasso regression.

Alcov uses a linear regression (frequency, rather than count and coverage) with constraints to ensure positivity of the coefficients.

This is a low priority issue, but looking at others' models can be instructive for our own!

Feel free to comment on this issue with any questions you have about their approaches.