From 40e338ab5d1754f36b6a12b6f29eee74792e3b3e Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 25 May 2017 22:20:02 -0500 Subject: A couple small adjustments to README. --- src/varcov.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/varcov.h') diff --git a/src/varcov.h b/src/varcov.h index b380b8c..a7fcd9c 100644 --- a/src/varcov.h +++ b/src/varcov.h @@ -1,6 +1,6 @@ /* Genome-wide Efficient Mixed Model Association (GEMMA) - Copyright (C) 2011 Xiang Zhou + Copyright (C) 2011-2017 Xiang Zhou This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,6 @@ #include "gsl/gsl_vector.h" #include "gsl/gsl_matrix.h" - #ifdef FORCE_FLOAT #include "param_float.h" #include "io_float.h" @@ -33,13 +32,10 @@ using namespace std; - - - class VARCOV { public: - // IO related parameters + // IO related parameters. string file_out; string path_out; string file_geno; @@ -53,16 +49,17 @@ public: double time_opt; - // Class specific parameters + // Class specific parameters. double window_cm; size_t window_bp; size_t window_ns; - // Main functions + // Main functions. void CopyFromParam (PARAM &cPar); void CopyToParam (PARAM &cPar); void CalcNB (vector &snpInfo_sort); - void WriteCov (const int flag, const vector &snpInfo_sub, const vector > &Cov_mat); + void WriteCov (const int flag, const vector &snpInfo_sub, + const vector > &Cov_mat); void AnalyzeBimbam (); void AnalyzePlink (); }; -- cgit v1.2.3