You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do I treat Genotype in different ways like the plink shown below, basically, I am interested in homozygotes vs. heterozygotes, how can I set genotype HOM=0 (no mater it is wild type or mutation) and HET=1?
Additive effect ('ADD')
Dominance deviation ('DOMDEV')
First covariate ('COV1' if not named in the file)
Second covariate
Dosage-first covariate interaction ('ADDxCOV1')
Dominance deviation-first covariate interaction ('DOMDEVxCOV1')
Dosage-second covariate interaction ('ADDxCOV2')
Dominance deviation-second covariate interaction ('DOMDEVxCOV2')
The text was updated successfully, but these errors were encountered:
Hi Wei Zhou
how do I treat Genotype in different ways like the plink shown below, basically, I am interested in homozygotes vs. heterozygotes, how can I set genotype HOM=0 (no mater it is wild type or mutation) and HET=1?
thanks
Xianfeng Chen
https://www.cog-genomics.org/plink/1.9/assoc
Additive effect ('ADD')
Dominance deviation ('DOMDEV')
First covariate ('COV1' if not named in the file)
Second covariate
Dosage-first covariate interaction ('ADDxCOV1')
Dominance deviation-first covariate interaction ('DOMDEVxCOV1')
Dosage-second covariate interaction ('ADDxCOV2')
Dominance deviation-second covariate interaction ('DOMDEVxCOV2')
The text was updated successfully, but these errors were encountered: