Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.cpp130 if (ReadFile_wsnp(file_wcat, n_vc, mapRS2wcat) == false) { in ReadFiles()
1232 if (a_mode == 62 && !file_beta.empty() && mapRS2wcat.size() == 0) { in CheckData()
1236 if (a_mode == 67 && mapRS2wcat.size() == 0) { in CheckData()
2233 (mapRS2wcat.size() == 0 || mapRS2wcat.count(rs) != 0) && in ObtainWeight()
2261 (mapRS2wcat.size() == 0 || mapRS2wcat.count(rs) != 0) && in ObtainWeight()
2315 d += (double)ni_test / gsl_vector_get(ns, i) * mapRS2wcat[it->first][i]; in UpdateWeight()
2320 mapRS2wcat[it->first][i] * v_pve[i]; in UpdateWeight()
H A Dparam.h321 map<string, vector<double>> mapRS2wcat; // Map rs# to SNP cat weights. variable