aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2020-09-28 11:18:09 +0100
committerPjotr Prins2020-09-28 11:18:09 +0100
commitd53a04edc476d820de7a611cacc8b105115aa3cc (patch)
treef74ac65daa2c680cbdb4bf126cb5dc09c1545541 /src
parentca7b513c2c93e70ae3dd888cfc67aaa52b5cc28b (diff)
downloadpangemma-d53a04edc476d820de7a611cacc8b105115aa3cc.tar.gz
Scaling attribute show
Diffstat (limited to 'src')
-rw-r--r--src/gemma_io.cpp1
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