Plink --freq case-control output format
1
0
Entering edit mode
8.0 years ago

I used plink to generate MAF statistics but I am not sure about the output format.

The command I used is "plink --bfile <my file=""> --freq case-control --out temp --1".

In the output file "temp.frq.cc", the column names are "CHR, SNP, A1, A2, MAF_A, MAF_U, NCHROBS_A, NCHROBS_U". I am not sure which one is case and which one is control (MAF_A and MAF_U).

Could anyone give some suggestions, please? Thank you very much.

plink snp • 6.3k views
ADD COMMENT
2
Entering edit mode
8.0 years ago

https://www.cog-genomics.org/plink2/formats#frq_cc

CHR Chromosome code

SNP Variant identifier

A1 Allele 1 (usually minor)

A2 Allele 2 (usually major)

MAF_A Allele 1 frequency in cases (Affected)

MAF_U Allele 1 frequency in controls (Unaffected)

NCHROBS_A Number of case allele observations

NCHROBS_U Number of control allele observations

ADD COMMENT
0
Entering edit mode

Thank you very much!

ADD REPLY

Login before adding your answer.

Traffic: 1578 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6