Using Phrap Assembly For Recombinining Sequences
1
4
Entering edit mode
14.0 years ago
hadasa ★ 1.0k

What are the best phrap parameters for assembling sequence reads(forward and reverse) in cloned parasite isolates that are known to undergo recombination?

assembly recombination • 2.9k views
ADD COMMENT
0
Entering edit mode

What parasite and what level of recombination?

ADD REPLY
0
Entering edit mode

the parasite is Plasmodium falciparum. i do not know exactly what the full scale or recombination is. but let us say high recombination rates among the surface antigens.

ADD REPLY
0
Entering edit mode

I agree with Jarretinha, knowing the scale of recombination would be important to know

ADD REPLY
1
Entering edit mode
13.6 years ago
Lee Katz ★ 3.1k

I'm not sure if recombination rates have anything to do with it. You've sequenced a locus with two reads (F/R) and want to assemble those reads. Whatever level of recombination, those reads are true data. Just assemble with normal parameters.

phred *.ab1 -sd . -qd . -pd .
phd2fasta forward.phd.1 reverse.phd.1 -os locus.fna -oq locus.fna.qual
phrap locus.fna -ace 2>phrap.err 1>phrap.out
# output is in locus.fna.contigs and locus.fna.contigs.qual

If these forward and reverse sequences do not assemble, consider the possibility that there is some physical obstruction to their overlap. Maybe a recombination event created an insertion between the forward and reverse sequences, such that you need to sequence the insert before you can assemble all sequences. Or, your forward or reverse primer locus was recombined to a different place in the genome. To overcome this obstruction, you may need to primer walk.

ADD COMMENT

Login before adding your answer.

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