about summary refs log tree commit diff
path: root/src/gemma_io.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-28 20:13:34 +0100
committerPjotr Prins2025-11-28 20:13:34 +0100
commit1dcecc851c02785b19bdd9b25dbab3317ac9c886 (patch)
treea6c65e38da36bffcbfaa5c95a044f2480e87adb5 /src/gemma_io.h
parent01fa01a3553eeadbdd56e11f5fcd020f4dd71310 (diff)
downloadpangemma-1dcecc851c02785b19bdd9b25dbab3317ac9c886.tar.gz
Toying with lmdbi
Diffstat (limited to 'src/gemma_io.h')
-rw-r--r--src/gemma_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gemma_io.h b/src/gemma_io.h
index 139f379..a20007a 100644
--- a/src/gemma_io.h
+++ b/src/gemma_io.h
@@ -87,6 +87,8 @@ 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);
 
+int mdb_calc_kin(const string file_geno, const set<string> ksnps,
+            vector<int> &indicator_snp, 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,