Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Dmlm_assoc.cpp30 vector<string> phen_ID, qcovar_ID, covar_ID, grm_id; in mlma() local
34 read_phen(phen_file, phen_ID, phen_buf, mphen); in mlma()
35 update_id_map_kp(phen_ID, _id_map, _keep); in mlma()
85 for(i=0; i<phen_ID.size(); i++){ in mlma()
86 iter=uni_id_map.find(phen_ID[i]); in mlma()
356 vector<string> phen_ID, qcovar_ID, covar_ID, grm_id; in mlma_loco() local
359 read_phen(phen_file, phen_ID, phen_buf, mphen); in mlma_loco()
360 update_id_map_kp(phen_ID, _id_map, _keep); in mlma_loco()
417 for(i=0; i<phen_ID.size(); i++){ in mlma_loco()
418 iter=uni_id_map.find(phen_ID[i]); in mlma_loco()
H A Dbivar_reml.cpp31 vector<string> phen_ID, qcovar_ID, covar_ID, grm_id, grm_files; in fit_bivar_reml() local
46 read_phen(phen_file, phen_ID, phen_buf, mphen, mphen2); in fit_bivar_reml()
47 update_id_map_kp(phen_ID, _id_map, _keep); in fit_bivar_reml()
82 for (i = 0; i < phen_ID.size(); i++) { in fit_bivar_reml()
83 iter = uni_id_map.find(phen_ID[i]); in fit_bivar_reml()
H A Dest_hsq.cpp48 phen_ID.clear(); in read_phen()
89 phen_ID.push_back(fid_buf + ":" + pid_buf); in read_phen()
202 read_phen(phen_file, phen_ID, phen_buf, mphen); in fit_reml()
203 update_id_map_kp(phen_ID, _id_map, _keep); in fit_reml()
244 for (i = 0; i < phen_ID.size(); i++) { in fit_reml()
245 iter = uni_id_map.find(phen_ID[i]); in fit_reml()
1486 vector<string> phen_ID, grm_id; in HE_reg() local
1491 read_phen(phen_file, phen_ID, phen_buf, mphen); in HE_reg()
1492 update_id_map_kp(phen_ID, _id_map, _keep); in HE_reg()
1507 for (i = 0; i < phen_ID.size(); i++) { in HE_reg()
[all …]
H A Dgcta.h233 …void read_phen(string phen_file, vector<string> &phen_ID, vector< vector<string> > &phen_buf, int …