chrchang / plink-ng

A comprehensive update to the PLINK association analysis toolset. Beta testing of the first new version (1.90), focused on speed and memory efficiency improvements, is finishing up. Development is now focused on building out support for multiallelic, phased, and dosage data in PLINK 2.0.

Home Page:https://www.cog-genomics.org/plink/2.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem about plink2

Mia1037 opened this issue · comments

Hi,
In plink2, the --glm result is for A1, and the ALT_FREQS of the --freq result is for ALT, but ALT is not always equal to A1 in my data, so what I want to ask is how do I get both the P value and the frequency of ALT?

my code:
plink2 --bfile CRC --covar CRC_covariate.txt --glm hide-covar --freq --out CRC_result

Any suggestions would be greatly appreciated !

Please refer to the plink2-users Google group for usage questions.