What tools to map partial reads on genome?
1
0
Entering edit mode
9.3 years ago
biolab ★ 1.4k

Hi everyone,

As my title states, could anyone give me some suggestions about partial reads mapping? For example, a reads is normally 100 bp long, however, I would like to find the mapping loci with 20-100 bp range. Actually I tried BLAT(blat -t=dna -q=dna -minIdentity=96 -stepSize=5 -maxGap=0 genome.fa reads.fa output), but it seems to miss some loci.

Your advice will be much appreciated. THANKS a lot!

mapping • 2.6k views
ADD COMMENT
1
Entering edit mode
9.3 years ago
Irsan ★ 7.8k

What you want is called local alignment and is implemented in for example bowtie2. Depending on your application you will have to optimize the parameters. Sometimes it helps a lot to know the context of your question. If you explain the background of your question you might get better answers

ADD COMMENT
0
Entering edit mode

It should be noted that local alignment is a bowtie2 (rather than bowtie1) option.

ADD REPLY
0
Entering edit mode

Thanks, I changed it

ADD REPLY
0
Entering edit mode

Hi Irsan, thanks a lot for your comments. Actually I am working on gene splicing in a non-model organism. The genome has tremendous of scaffolds. Of particular interest, genome rearrangement occurs. Would you please inform me the bowtie parameters for local alignment? I will try and compare with BLAT. THANKS!

ADD REPLY
0
Entering edit mode

You mention your are working on gene splicing, have you done RNA-sequencing or DNA-sequencing?

ADD REPLY
0
Entering edit mode

Yes, we have RNA-seqs of the wt vs mutants. Draft ref genome is known.

ADD REPLY
1
Entering edit mode

Then why don't you just use the RNA Seq alignment tools like STAR or TopHat? They should be able to handle splicing for you

ADD REPLY
1
Entering edit mode
Yup I was about to say the same thing. Use a dedicated RNAseq mapper like STAR, Tophat2, MapSplice, GSNAP, ...
ADD REPLY
0
Entering edit mode

Thanks, Irsan, these tools are useful. I will try them.

ADD REPLY
0
Entering edit mode

Hi Sam, thanks for your comments. I did not tried STAR. I did try bowtie with default (or I added --very-sensitive options) settings. However, bowtie could not detect some novel srambling rearrangements (I think I need to read bowtie manuals, as Irsan mentioned local alignment). By performing reads partial mapping, these events in mutants could be revealed. It's not normal alternative splicing. The annotation is not complete also. I appreciate anyone's advices. THANKS.

ADD REPLY
0
Entering edit mode

Then maybe GSNAP will suits your need most. They support the read partial mapping as long as you provide them with a GTF file. It can also support the alternative splicing so it does seems like it will fits all your need.

ADD REPLY
0
Entering edit mode
STAR en Tophat2 also do local alignment en gene annotation guided mapping
ADD REPLY

Login before adding your answer.

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