From d53a04edc476d820de7a611cacc8b105115aa3cc Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 28 Sep 2020 11:18:09 +0100 Subject: Scaling attribute show --- src/gemma_io.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 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 -- cgit v1.2.3