If set.ped_stats = TRUE, the following variables are updated in x@ped :
N0,N1,N2andNAsgive for each individual the number of SNPs
with a genotype equal to 0, 1, 2 and missing, respectivelycallrateis the individual callrate.
If set.snps_stats = TRUE, the following variables are updated in x@snps :
N0,N1,N2andNAsgive for each SNP the number of individuals
with a genotype equal to 0, 1, 2 and missing, respectivelycallrateis the SNP callratemafis the Minor Allele Frequencyhzis the heterozygosity
If set.p = TRUE, x@p is updated with the alternate allele frequency.
If set.mu_sigma = TRUE, x@mu is updated with the genotype mean (equal to 2*x@p)
and x@sigma with the genotype standard deviation (should be approximately sqrt(2*x@p*(1-x@p))
under Hardy-Weinberg Equilibrium).