Calculate inbreeding coefficient out of ROH (Plink)
1
0
Entering edit mode
20 months ago
Manuela • 0

Hi everyone,

So I calculated the ROH with Plink and I was wondering how can I calculate from there the Inbreeding coefficient? Here is the code I used

plink --vcf SNP.final.vcf --keep-allele-order --allow-extra-chr --const-fid --homozyg --homozyg-window-snp 200 --homozyg-window-het 3 --homozyg-window-missing 5 --homozyg-window-threshold 0.05 --homozyg-snp 100 --homozyg-het 3 --homozyg-density 50 --homozyg-kb 100 --homozyg-gap 1000 --out ROH 

Thanks a lot!

PLINK ROH • 1.4k views
ADD COMMENT
0
Entering edit mode

Hello Hope you find the solution for it till now. Can you please share? Is it the right way to add --het within the command for ROH)--homozyg)? I intend to find the FROH with the different kb distances. What to do for that?

The below paragraph is for explanation and it is from published paper to whom i am following:

PLINK v1.07 was used to estimate the genomic inbreeding coefcients based on ROH, popularly known as FROH and FROH for each animal is calculated as follows (McQuillan et al. 2008). In the present study, the mean of FROH was calculated as FROH>100 Kb, FROH>500 Kb, FROH>1 Mb, FROH>2 Mb, FROH>8 Mb, and FROH>16 Mb based on six ROH length classes.

ADD REPLY
1
Entering edit mode
20 months ago
Dave Carlson ★ 1.7k

You can get an estimate of the inbreeding coefficient (F) by adding the --het flag. See documentation here for details and caveats.

ADD COMMENT
0
Entering edit mode

Great, thanks a lot!

ADD REPLY

Login before adding your answer.

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