diff options
author | Pjotr Prins | 2017-10-05 13:01:27 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-05 13:01:27 +0000 |
commit | 4d5cb9ae3847192c98ff585b9ad48f6103b2417b (patch) | |
tree | 7f3c089d78686eb32e2efddc1a97f93c3c876b87 /src/lmm.h | |
parent | 86323ccaf26ad0a3b706a67a0014dd04b9965823 (diff) | |
download | pangemma-4d5cb9ae3847192c98ff585b9ad48f6103b2417b.tar.gz |
Removed Oxford format as per https://github.com/genetics-statistics/GEMMA/issues/46
Diffstat (limited to 'src/lmm.h')
-rw-r--r-- | src/lmm.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -53,8 +53,6 @@ public: string path_out; string file_gene; - // WJA added - string file_oxford; // LMM related parameters double l_min; @@ -94,10 +92,6 @@ public: void AnalyzePlink(const gsl_matrix *U, const gsl_vector *eval, const gsl_matrix *UtW, const gsl_vector *Uty, const gsl_matrix *W, const gsl_vector *y); - // WJA added. - void Analyzebgen(const gsl_matrix *U, const gsl_vector *eval, - const gsl_matrix *UtW, const gsl_vector *Uty, - const gsl_matrix *W, const gsl_vector *y); void AnalyzeBimbam(const gsl_matrix *U, const gsl_vector *eval, const gsl_matrix *UtW, const gsl_vector *Uty, const gsl_matrix *W, const gsl_vector *y, |