Filter SNPs in multiple-sample vcf based on the snps of two samples
2
0
Entering edit mode
4.2 years ago
QPaps04 ▴ 140

Hello all,

I have a .vcf file with ~96 samples which were called using freebayes.

This .vcf file contains a family, i.e. a mother, father and offspring. I would like to filter the SNPs of the offspring based on the parental polymorphisms (those found in the mother and father).

Is there a relatively simple way to do this? I am very new to SNP filtering and .vcf files.

Thank you in advance for your help! Eve

vcf SNP filter bash linux • 1.2k views
ADD COMMENT
0
Entering edit mode

thank you both for your suggestions :D

ADD REPLY
0
Entering edit mode
4.2 years ago
JC 13k

Check Gemini to pedigree analysis.

ADD COMMENT
0
Entering edit mode
4.2 years ago

use

bcftools view with option '-i' (see manual)

use gatk SelectVariants with a jexl expression https://gatk.broadinstitute.org/hc/en-us/articles/360036362532-SelectVariants

use jvarkit http://lindenb.github.io/jvarkit/VcfFilterJdk.html

ADD COMMENT

Login before adding your answer.

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