-
Notifications
You must be signed in to change notification settings - Fork 7
impute
Guo-Bo Chen edited this page Oct 22, 2018
·
1 revision
Naive imputation
Naive imputation is implemented for data analysis. The missing locus is simply filled by the simulated genotypes, which is based on the allele frequency estimated from the available genotypes at the locus.
Options
--bfile
Specify the original data in plink format.
--inbred
If the data is inbred lines, this option should be switched on.
--seed
Specify the random seed for imputation. By default it is 2012.
Examples
gear impute --bfile dat --out dat_impute
gear impute --bfile inbred --inbred --out inbred_imput