diff options
| author | Pjotr Prins | 2025-11-27 10:20:49 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-27 10:23:18 +0100 |
| commit | 6bd0ea3e2a245c3f86f66505eec118296ae04d30 (patch) | |
| tree | 04ef903832c459490f508af2dc5ed474c4f7f22a /src/gemma_io.h | |
| parent | 333bfc9adfff0fcd444a815cfcca27708442fe80 (diff) | |
| download | pangemma-6bd0ea3e2a245c3f86f66505eec118296ae04d30.tar.gz | |
No one uses these uchar versions
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, |
