Recombination events from single end reads.
1
0
Entering edit mode
9.4 years ago
Adrian Pelin ★ 2.6k

Hello,

I have 5 strains mixed in culture and propagated and I am trying to measure recombination rates by sequencing total DNA extracted after certain periods of time. My sequencing is single end reads, from 150bp to 300bp.

I have the genomes of the 5 strains that are mixed, and know the locations of SNPs. Is there any software that I can use to find SNPs specific to 2 different strains within one reads, which might indicate that the read comes from a recombinant species.

Adrian

recombinant SNPs vcf • 1.7k views
ADD COMMENT
1
Entering edit mode
9.4 years ago

I would use my tool https://github.com/lindenb/jvarkit/wiki/SAM2Tsv to:

get the name of the reads having a mutation at position N1 for REF1 | sort> list1

get the name of the reads having a mutation at position N2 for REF2 | sort> list2

comm list1 list2 > result
ADD COMMENT
0
Entering edit mode

This seems like a solid approach. Would I have to map to one reference only in this case, or to all 5 at the same time? I was planning to map to all 5 strains simultaneously, and then find reads that mapped to ref1 but have mutation at position N1 for REF2?

ADD REPLY
0
Entering edit mode

Hard to answer without knowing how close are your 5 references. I would use one reference only per strain. (= 5 BAMs for 5 REFs) , using the same reads of course

ADD REPLY

Login before adding your answer.

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