Home
last modified time | relevance | path

Searched defs:mphen (Results 1 – 4 of 4) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A Dmlm_assoc.cpp15 …ract_grm_file, string phen_file, string qcovar_file, string covar_file, int mphen, int MaxIter, ve… in mlma()
346 void gcta::mlma_loco(string phen_file, string qcovar_file, string covar_file, int mphen, int MaxIte… in mlma_loco()
H A Dbivar_reml.cpp15 …_file, string keep_indi_file, string remove_indi_file, string sex_file, int mphen, int mphen2, dou… in fit_bivar_reml()
H A Dest_hsq.cpp40 …ng phen_file, vector<string> &phen_ID, vector< vector<string> > &phen_buf, int mphen, int mphen2) { in read_phen()
171 …_file, string keep_indi_file, string remove_indi_file, string sex_file, int mphen, double grm_cuto… in fit_reml()
1483 …reg(string grm_file, string phen_file, string keep_indi_file, string remove_indi_file, int mphen) { in HE_reg()
H A Doption.cpp97 int mphen = 1, mphen2 = 2, reml_mtd = 0, MaxIter = 100; in option() local