about summary refs log tree commit diff
path: root/src/mathfunc.h
diff options
context:
space:
mode:
authorPjotr Prins2025-12-05 11:23:47 +0100
committerPjotr Prins2025-12-05 11:23:47 +0100
commite3207cbb0068e1f9580ae5c9c585bc3a2b2c6ca6 (patch)
tree3e3b3f67f5f9c2ac5db5d96af6b9a3970222e25e /src/mathfunc.h
parent9290aa8c65793ec7e0c5545781841212a62e0643 (diff)
downloadpangemma-e3207cbb0068e1f9580ae5c9c585bc3a2b2c6ca6.tar.gz
Output is on par with earlier gemma - only allele values are missing
Diffstat (limited to 'src/mathfunc.h')
-rw-r--r--src/mathfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mathfunc.h b/src/mathfunc.h
index b408ea7..f7c9e6e 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.h
@@ -79,7 +79,7 @@ unsigned char Double02ToUchar(const double dosage);
 //                          const size_t i_row, Eigen::VectorXd &x_row);
 
 std::tuple<size_t, size_t, size_t> compute_ratio(size_t ni_total, const gsl_vector *gs);
-double compute_maf(size_t ni_total, size_t ni_test, size_t n_miss, const double *gs);
+double compute_maf(size_t ni_total, size_t ni_test, size_t n_miss, const double *gs, const vector<int> &indicator);
 
 
 #endif