Home
last modified time | relevance | path

Searched refs:file_study (Results 1 – 5 of 5) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.cpp758 if (!file_study.empty()) { in CheckParam()
759 str = file_study + ".Vq.txt"; in CheckParam()
764 str = file_study + ".q.txt"; in CheckParam()
769 str = file_study + ".size.txt"; in CheckParam()
872 } else if ((file_mstudy.empty() && file_study.empty()) || in CheckParam()
1082 file_study.empty() && file_beta.empty() && file_bf.empty()) { in CheckData()
1104 if (file_cor.empty() && file_mstudy.empty() && file_study.empty() && in CheckData()
H A Dparam.h146 string file_study, file_mstudy; variable
H A Dgemma_io.h173 void ReadFile_study(const string &file_study, gsl_matrix *Vq, gsl_vector *q_vec,
H A Dgemma.cpp953 cPar.file_study = str; in Assign()
2226 } else if (!cPar.file_study.empty() || !cPar.file_mstudy.empty()) { in BatchRun()
2227 if (!cPar.file_study.empty()) { in BatchRun()
2228 string sfile = cPar.file_study + ".size.txt"; in BatchRun()
2234 cout << "error! fail to open mstudy file: " << cPar.file_study in BatchRun()
2274 if (!cPar.file_study.empty()) { in BatchRun()
2275 ReadFile_study(cPar.file_study, Vq, q, s_study, cPar.ni_study); in BatchRun()
3177 if (!cPar.file_cor.empty() || !cPar.file_study.empty() || in WriteLog()
3329 cPar.file_cor.empty() && cPar.file_study.empty() && in WriteLog()
H A Dgemma_io.cpp3945 void ReadFile_study(const string &file_study, gsl_matrix *Vq_mat, in ReadFile_study() argument
3948 string Vqfile = file_study + ".Vq.txt"; in ReadFile_study()
3949 string sfile = file_study + ".size.txt"; in ReadFile_study()
3950 string qfile = file_study + ".q.txt"; in ReadFile_study()