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/param.h | |
| parent | 333bfc9adfff0fcd444a815cfcca27708442fe80 (diff) | |
| download | pangemma-6bd0ea3e2a245c3f86f66505eec118296ae04d30.tar.gz | |
No one uses these uchar versions
Diffstat (limited to 'src/param.h')
| -rw-r--r-- | src/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/param.h b/src/param.h index d3ce686..8d2fba3 100644 --- a/src/param.h +++ b/src/param.h @@ -160,6 +160,8 @@ public: string file_ksnps; // File SNPs for computing K string file_gwasnps; // File SNPs for computing GWAS + bool is_mdb; + // QC-related parameters. double miss_level; double maf_level; @@ -337,8 +339,6 @@ public: void CheckData(); void PrintSummary(); void ReadGenotypes(gsl_matrix *UtX, gsl_matrix *K, const bool calc_K); - void ReadGenotypes(vector<vector<unsigned char>> &Xt, gsl_matrix *K, - const bool calc_K); void CheckCvt(); void CopyCvt(gsl_matrix *W); void CopyA(size_t flag, gsl_matrix *A); |
