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

Allow for "." notation in formula #33

Closed DBecker7 closed 3 months ago

DBecker7 commented 4 months ago

formula = cbind("count", "coverage") ~ . should use all of the variants defined in mutation_defs. This might take some cleverness to combine with #27.