about summary refs log tree commit diff
path: root/src/gemma_io.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-30 10:12:46 +0100
committerPjotr Prins2025-11-30 10:12:46 +0100
commitca03f0043f26b6019a613ae5fb0ea2cf45c52108 (patch)
treed5738a962efca65c17deacfa3fc665db48554695 /src/gemma_io.h
parentab434bbd38a61941bf32afcf91b7cc397462a53b (diff)
downloadpangemma-ca03f0043f26b6019a613ae5fb0ea2cf45c52108.tar.gz
Extracting MAF computation
Diffstat (limited to 'src/gemma_io.h')
-rw-r--r--src/gemma_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma_io.h b/src/gemma_io.h
index de74ada..4e9f4c1 100644
--- a/src/gemma_io.h
+++ b/src/gemma_io.h
@@ -87,7 +87,7 @@ void ReadFile_mk(const string &file_mk, vector<int> &indicator_idv,
 void ReadFile_eigenU(const string &file_u, bool &error, gsl_matrix *U);
 void ReadFile_eigenD(const string &file_d, bool &error, gsl_vector *eval);
 
-gsl_matrix *mdb_calc_kin(const string file_geno, const bool is_loco, const int mode, const vector<int> &indicator_snp);
+gsl_matrix *mdb_calc_kin(const string file_geno, const bool is_loco, const int mode);
 bool BimbamKin(const string file_geno, const set<string> ksnps,
                vector<int> &indicator_snp, const int k_mode,
                const int display_pace, gsl_matrix *matrix_kin,