From ab434bbd38a61941bf32afcf91b7cc397462a53b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 30 Nov 2025 08:53:10 +0100 Subject: Write out K --- src/gemma_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gemma_io.h') diff --git a/src/gemma_io.h b/src/gemma_io.h index ad13379..de74ada 100644 --- a/src/gemma_io.h +++ b/src/gemma_io.h @@ -87,7 +87,7 @@ void ReadFile_mk(const string &file_mk, vector &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 bool is_loco, const int mode, const vector &indicator_snp); +gsl_matrix *mdb_calc_kin(const string file_geno, const bool is_loco, const int mode, const vector &indicator_snp); bool BimbamKin(const string file_geno, const set ksnps, vector &indicator_snp, const int k_mode, const int display_pace, gsl_matrix *matrix_kin, -- cgit 1.4.1