all pair comparisons in proportion analysis
Maybe
glmer(cbind(abnormal, normal) ~ treatment*genotype + (1|batch),
data=x, family=binomial())
Maybe
glmer(cbind(abnormal, normal) ~ treatment*genotype + (1|batch),
data=x, family=binomial())