diff options
Diffstat (limited to 'src/lmm.h')
| -rw-r--r-- | src/lmm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lmm.h b/src/lmm.h index cedbf38..c628baa 100644 --- a/src/lmm.h +++ b/src/lmm.h @@ -100,6 +100,11 @@ public: const gsl_matrix *UtW, const gsl_vector *Uty, const gsl_matrix *W, const gsl_vector *y, const set<string> gwasnps); + void mdb_analyze(std::function< SnpNameValues(size_t) >& fetch_snp, + const gsl_matrix *U, const gsl_vector *eval, + const gsl_matrix *UtW, const gsl_vector *Uty, + const gsl_matrix *W, const gsl_vector *y, + const set<string> gwasnps); void mdb_calc_gwa(const gsl_matrix *U, const gsl_vector *eval, const gsl_matrix *UtW, const gsl_vector *Uty, const gsl_matrix *W, const gsl_vector *y, |
