How can I set a feature based on a single mutation in specific location?
0
0
Entering edit mode
7.3 years ago
morovatunc ▴ 550

Hi,

I have more than ~2500 patients and all of them have mutation calling files. (VCF). I would like to subset my patients based on the occurrence of a specific location.

I have thought about giving the location of the mutation as a bed file and filter patients based on that(with snpsift or vcftools). But is there a known method to do this task and get TRUE/FALSE output ?

Best regards,

Tunc.

VCFTOOLS • 1.5k views
ADD COMMENT
0
Entering edit mode

You mean you have 2500 separate vcf files? Why not merge those together to one vcf?

ADD REPLY
0
Entering edit mode

Thank you for your reply. I keep the data in a single data frame such as TRUE or FALSE so it would be better get information for every individual.

in ex:

PatientA True
PatienB False
PatienC True
ADD REPLY
0
Entering edit mode

I don't get it. Why not create one multisample vcf?

ADD REPLY
0
Entering edit mode

How can I obtain the information of which patient has that specific mutation if I merge all of my vcfs in to the same one unionvcf ?

I only would like to get information such as if a single mutation is existed.

ADD REPLY
0
Entering edit mode

You will get a vcf in which every patient will have his own info field, containing genotype, quality and depth information.

ADD REPLY
0
Entering edit mode

I couldnt understand the part where we test the occurrence of the mutation. Could you prefer me a tool for that ?

Best,

Tunc.

ADD REPLY
0
Entering edit mode

You can probably get this done using vcfmerge from vcftools or gatk combinevariants

ADD REPLY

Login before adding your answer.

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