Missing Rate within arrays
1
0
Entering edit mode
6.3 years ago
vgenepi ▴ 10

Hi everyone! I need to estimate Missing rates for each SNP within each array. I have a file with FID and Array ID. My cluster variable is the array ID. This command should help me: ./plink --bfile mydata --loop-assoc array.lst --missing The file array.lst is with three columns: FID, column of 1s, and ArrayID. Each person is in one array only. But Plink does not recognize the clusters. Is there someone could help me? Thanks a lot

SNP Call Rate Array Plink • 1.0k views
ADD COMMENT
0
Entering edit mode

Why do you need the file array.lst if you just want the missingness per sample?

This should work: plink --bfile mydata --missing

ADD REPLY
0
Entering edit mode
6.1 years ago
vgenepi ▴ 10

I solved with a foreach loop in R.

ADD COMMENT

Login before adding your answer.

Traffic: 2159 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