Home
last modified time | relevance | path

Searched refs:mapRS2est (Results 1 – 6 of 6) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dprdt.cpp56 mapRS2est = cPar.mapRS2est; in CopyFromParam()
239 if (mapRS2est.count(rs) == 0) { in AnalyzeBimbam()
242 effect_size = mapRS2est[rs]; in AnalyzeBimbam()
350 if (mapRS2est.count(rs) == 0) { in AnalyzePlink()
353 effect_size = mapRS2est[rs]; in AnalyzePlink()
H A Dprdt.h47 map<string, double> mapRS2est; variable
H A Dparam.h317 map<string, double> mapRS2est; // Map rs# to parameters. variable
H A Dgemma_io.h114 map<string, double> &mapRS2est);
H A Dgemma_io.cpp2208 map<string, double> &mapRS2est) { in ReadFile_est() argument
2210 mapRS2est.clear(); in ReadFile_est()
2260 if (mapRS2est.count(rs) == 0) { in ReadFile_est()
2261 mapRS2est[rs] = d; in ReadFile_est()
H A Dparam.cpp167 if (ReadFile_est(file_epm, est_column, mapRS2est) == false) { in ReadFiles()