diff options
author | Pjotr Prins | 2020-09-28 11:18:09 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-09-28 11:18:09 +0100 |
commit | d53a04edc476d820de7a611cacc8b105115aa3cc (patch) | |
tree | f74ac65daa2c680cbdb4bf126cb5dc09c1545541 /src | |
parent | ca7b513c2c93e70ae3dd888cfc67aaa52b5cc28b (diff) | |
download | pangemma-d53a04edc476d820de7a611cacc8b105115aa3cc.tar.gz |
Scaling attribute show
Diffstat (limited to 'src')
-rw-r--r-- | src/gemma_io.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gemma_io.cpp b/src/gemma_io.cpp index 55f0aad..cd5fbe1 100644 --- a/src/gemma_io.cpp +++ b/src/gemma_io.cpp @@ -1534,6 +1534,7 @@ bool BimbamKin(const string file_geno, const set<string> ksnps, cout << endl; // scale the kinship matrix + write(ns_test,"ns_test scale"); enforce_gsl(gsl_matrix_scale(matrix_kin, 1.0 / (double)ns_test)); // and transpose |