Plink genome flag error: Pedigree graph is cyclic
1
0
Entering edit mode
2.6 years ago

I'm using plink 1.9 and running the command:

plink --bfile data --genome --extract data.prune.in --remove data.fail_imiss

where data.fail_imiss is a file with individuals with proportions of missing SNPs greater than greater than the threshold .05 . I get the warnings:

Warning: 10745 het. haploid genotypes present (see plink.hh ); many commands
treat these as missing.
Warning: Nonmissing nonmale Y chromosome genotype(s) present; many commands
treat these as missing.

followed by the error message:

Error: Pedigree graph is cyclic.  Check for evidence of time travel abuse in
your cohort.

I have never seen this error message before and I was wondering if anyone could help me figure it out.

plink • 811 views
ADD COMMENT
4
Entering edit mode
2.6 years ago

The "pedigree graph" is formed from the father/mother fields in your .fam file. "Pedigree graph is cyclic" means that, according to your .fam file, someone is their own ancestor.

In other words, something went very wrong when the .fam file was created, and you need to backtrack and fix the problem before trying --genome again.

ADD COMMENT

Login before adding your answer.

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