diff options
Diffstat (limited to 'src/gemma_io.h')
| -rw-r--r-- | src/gemma_io.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gemma_io.h b/src/gemma_io.h index 5c14227..116c1a5 100644 --- a/src/gemma_io.h +++ b/src/gemma_io.h @@ -100,11 +100,6 @@ bool ReadFile_geno(const string file_geno, vector<int> &indicator_idv, bool ReadFile_bed(const string &file_bed, vector<int> &indicator_idv, vector<int> &indicator_snp, gsl_matrix *UtX, gsl_matrix *K, const bool calc_K); -bool ReadFile_geno(const string &file_geno, vector<int> &indicator_idv, - vector<int> &indicator_snp, - vector<vector<unsigned char>> &Xt, gsl_matrix *K, - const bool calc_K, const size_t ni_test, - const size_t ns_test); bool ReadFile_bed(const string &file_bed, vector<int> &indicator_idv, vector<int> &indicator_snp, vector<vector<unsigned char>> &Xt, gsl_matrix *K, const bool calc_K, const size_t ni_test, |
