This is a utility function, that convert 0/1/2 genotypes (AA/AB/BB) into 0/1 (either homozygous/heterozygous)
genoConvert(x)
x
vector of 0/1/2 genotypes
converted vector of genotypes (0/1)