Home
last modified time | relevance | path

Searched refs:ng_total (Results 1 – 9 of 9) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dlm.cpp67 ng_total = cPar.ng_total; in CopyFromParam()
331 for (size_t t = 0; t < ng_total; t++) { in AnalyzeGene()
333 if (t % d_pace == 0 || t == ng_total - 1) { in AnalyzeGene()
334 ProgressBar("Performing Analysis", t, ng_total - 1); in AnalyzeGene()
H A Dlm.h47 size_t ng_total, ng_test; // Number of genes. variable
H A Dlmm.h73 size_t ng_total, ng_test; // Number of genes. variable
H A Dparam.h242 size_t ng_total, ng_test; // Number of genes. variable
H A Dgemma_io.h119 vector<SNPINFO> &snpInfo, size_t &ng_total);
H A Dlmm.cpp78 ng_total = cPar.ng_total; in CopyFromParam()
1388 for (size_t t = 0; t < ng_total; t++) { in AnalyzeGene()
1390 if (t % d_pace == 0 || t == ng_total - 1) { in AnalyzeGene()
1391 ProgressBar("Performing Analysis", t, ng_total - 1); in AnalyzeGene()
H A Dgemma_io.cpp2291 vector<SNPINFO> &snpInfo, size_t &ng_total) { in ReadFile_gene() argument
2294 ng_total = 0; in ReadFile_gene()
2319 if (ng_total == 0) { in ReadFile_gene()
2332 cout << "error! number of columns doesn't match in row: " << ng_total in ReadFile_gene()
2340 ng_total++; in ReadFile_gene()
H A Dparam.cpp465 if (ReadFile_gene(file_gene, vec_read, snpInfo, ng_total) == false) { in ReadFiles()
1121 cout << "## number of total genes = " << ng_total << endl; in CheckData()
H A Dgemma.cpp3313 outfile << "## number of total genes = " << cPar.ng_total << endl; in WriteLog()