Comparing variants in family trios in Python
2
0
Entering edit mode
4.0 years ago
MediumHeat • 0

Hello guys! Im pretty new into Bioinformatics and have some questions about it. Im currently working with a VCF-File with more than 1 Person in it (Mother,Father,Child) in Python. My problem right now is that i have the allels from everyone in the file but when you are looking at the childs allels i need to tell the user which allel comes from the mother and which from the father or none. I would be very thankful if someone could give me some hints to do this in Python and help me finishing the task.

I thank you in advance for your help

Stay safe!

snp • 961 views
ADD COMMENT
2
Entering edit mode
4.0 years ago
brunobsouzaa ▴ 830

Don´t know in Python but you can use vcf-isec for this task. It´s pretty easy to use and you can intersect the child´s vcf with each parent and get the output for each intersection!

Hope it helps.

ADD COMMENT
0
Entering edit mode
3.8 years ago
mikpom • 0

I was recently developing a Python package genomvar to work with genomic variants in Python data analysis ecosystem.

It is rather new but maybe you find it of use.

ADD COMMENT

Login before adding your answer.

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