about summary refs log tree commit diff
path: root/src/gemma_io.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-27 10:45:42 +0100
committerPjotr Prins2025-11-27 10:45:42 +0100
commit6abb0ce062f27e15a4168fca80939bc7600d781d (patch)
tree8361dd17aa97310907714440f3d2c6470dbdc876 /src/gemma_io.h
parent6bd0ea3e2a245c3f86f66505eec118296ae04d30 (diff)
downloadpangemma-6abb0ce062f27e15a4168fca80939bc7600d781d.tar.gz
Changing namings to bimbam to make clearer
Diffstat (limited to 'src/gemma_io.h')
-rw-r--r--src/gemma_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma_io.h b/src/gemma_io.h
index 116c1a5..139f379 100644
--- a/src/gemma_io.h
+++ b/src/gemma_io.h
@@ -59,7 +59,7 @@ bool ReadFile_pheno(const string &file_pheno,
 bool ReadFile_column(const string &file_pheno, vector<int> &indicator_idv,
                      vector<double> &pheno, const int &p_column);
 
-bool ReadFile_geno(const string &file_geno, const set<string> &setSnps,
+bool ReadFile_bimbam_geno(const string &file_geno, const set<string> &setSnps,
                    const gsl_matrix *W, const vector<int> &indicator_idv,
                    vector<int> &indicator_snp, const double &maf_level,
                    const double &miss_level, const double &hwe_level,