This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Identifying Runs of Homozygosity and Inbreeding Coefficient from VCF File

I had a multi sample vcf file. I now want to identify runs of homozygosity and calculate the wright's inbreeding coefficient for the population. What would be the most straight forward way of doing so? Maybe something like vcftools or any other tool?

snp vcf genomics

Don't forget to follow up on your threads. If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. If an answer was not really helpful or did not work, provide detailed feedback so others know not to use that answer.

Upvote|Bookmark|Accept

Using Ensembl Gene IDs for Ontology Analysis

Detecting Inversions from Genome Alignments

Measuring Evolutionary Distance Between Species from Chronogram

2 answers

Try Plink tools. you can find it here

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

you should add how to use plink to identify "Runs of Homozygosity and Inbreeding Coefficient from VCF File"

to detect ROH , there is bcftools: https://samtools.github.io/bcftools/howtos/roh-calling.html

Log in to answer this question.