diff options
| author | Pjotr Prins | 2025-11-30 08:32:33 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-30 08:32:33 +0100 |
| commit | 254113f4e02d5b423af302e9facb0ed580749ef5 (patch) | |
| tree | e989992d84d210842d02936470d4f7f559dfd96e /src/gemma_io.h | |
| parent | 882a426c70370e50a521435e1b2175598e0fe411 (diff) | |
| download | pangemma-254113f4e02d5b423af302e9facb0ed580749ef5.tar.gz | |
K: reads geno mdb
Diffstat (limited to 'src/gemma_io.h')
| -rw-r--r-- | src/gemma_io.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gemma_io.h b/src/gemma_io.h index 593d704..ad13379 100644 --- a/src/gemma_io.h +++ b/src/gemma_io.h @@ -87,8 +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); -int mdb_calc_kin(const string file_geno, bool is_loco, - vector<int> &indicator_snp, const int mode); +int mdb_calc_kin(const string file_geno, const bool is_loco, const int mode, const vector<int> &indicator_snp); 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, |
