Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp642 map<string, double> &mapRS2var) { in ReadFile_cor() argument
647 mapRS2var.clear(); in ReadFile_cor()
761 mapRS2var[rs] = var_x; in ReadFile_cor()
764 mapRS2var[rs] = var_x; in ReadFile_cor()
792 map<string, double> &mapRS2var, in ReadFile_beta() argument
942 mapRS2var.count(rs) != 0) && in ReadFile_beta()
955 var_x = mapRS2var.at(rs); in ReadFile_beta()
964 mapRS2var[rs] = var_x; in ReadFile_beta()
1006 const map<string, double> &mapRS2var, in ReadFile_cor() argument
1117 var1 = mapRS2var.at(rs1); in ReadFile_cor()
[all …]