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/io.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/io.h')
-rw-r--r-- | src/io.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -176,16 +176,6 @@ void ReadFile_mstudy(const string &file_mstudy, gsl_matrix *Vq, gsl_vector *q_vec, gsl_vector *s_vec, size_t &ni); void ReadFile_mref(const string &file_mref, gsl_matrix *S_mat, gsl_matrix *Svar_mat, gsl_vector *s_vec, size_t &ni); - -// WJA added. -bool bgenKin(const string &file_geno, vector<int> &indicator_snp, - const int k_mode, const int display_pace, gsl_matrix *matrix_kin); -bool ReadFile_bgen(const string &file_bgen, const set<string> &setSnps, - const gsl_matrix *W, vector<int> &indicator_idv, - vector<int> &indicator_snp, vector<SNPINFO> &snpInfo, - const double &maf_level, const double &miss_level, - const double &hwe_level, const double &r2_level, - size_t &ns_test); bool ReadFile_sample(const string &file_sample, vector<vector<int>> &indicator_pheno, vector<vector<double>> &pheno, |