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

13 implement predictprovoc method #18

Closed danerkestey closed 8 months ago

danerkestey commented 9 months ago

Since no provoc_obj currently, the predict function assumes the provoc_obj has proportions and variant_matrix elements.

The function then takes those elements and performs matrix multiplication for predictions and returns the results in the same order.

danerkestey commented 8 months ago

Addressed comments