diff options
| author | Pjotr Prins | 2025-11-30 10:12:46 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-30 10:12:46 +0100 |
| commit | ca03f0043f26b6019a613ae5fb0ea2cf45c52108 (patch) | |
| tree | d5738a962efca65c17deacfa3fc665db48554695 /src/param.cpp | |
| parent | ab434bbd38a61941bf32afcf91b7cc397462a53b (diff) | |
| download | pangemma-ca03f0043f26b6019a613ae5fb0ea2cf45c52108.tar.gz | |
Extracting MAF computation
Diffstat (limited to 'src/param.cpp')
| -rw-r--r-- | src/param.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.cpp b/src/param.cpp index 1adee9e..f799ef7 100644 --- a/src/param.cpp +++ b/src/param.cpp @@ -1294,7 +1294,7 @@ void PARAM::ReadBIMBAMGenotypes(gsl_matrix *UtX, gsl_matrix *K, const bool calc_ } gsl_matrix *PARAM::MdbCalcKin() { - return mdb_calc_kin(file_geno, is_loco(), a_mode - 20, indicator_snp); + return mdb_calc_kin(file_geno, is_loco(), a_mode - 20); } void PARAM::CalcKin(gsl_matrix *matrix_kin) { |
