How To Detect Chimeric Single End Reads With Galaxy?
1
0
Entering edit mode
10.9 years ago

Hello,

I am currently trying to use a local instance of Galaxy to create a workflow to perform metatranscriptomic analysis (this is the first time that I use a workflow management system). For now, I am looking for a tool to detect chimeric reads among single-end reads ; does anybody what is the better tool for that?

galaxy • 3.9k views
ADD COMMENT
2
Entering edit mode
10.9 years ago

the latest version of bwa (bwa-mem) can detect the chimeric reads ( see Can Tophat be used to find the virus-host junctions ? ) but I don't know it there's an instance of galaxy running that version.

ADD COMMENT
1
Entering edit mode

bwa-sw also find chimeric reads, but for short reads, it is slower and less sensitive than bwa-mem.

ADD REPLY
0
Entering edit mode

Thanks, it looks like some bwa wrappers exists for Galaxy, but I didnt figured out yet what version of bwa they wrap. Btw, do you think it would be possible to perform chimeric reads detection by using bowtie2?

edit : the current (14/06/2013) bwa wrapper available in the Galaxy tool shed wraps bwa 0.5.9 and calls the bwa index command, so it is probably not suitable for chimeric reads detection

ADD REPLY
2
Entering edit mode

For short reads, you can use bowtie2. You can use the --local mode and ask it to report two best hits. However, bowtie2 is not really designed for chimeric reads. bwa-mem should work better (biased opinion of course). As to STAR, my limited experience is it has a high false positive rate. I do not know how much that matters with downstream analyses. There is also YAHA, but I have not tried myself.

ADD REPLY
0
Entering edit mode

I don't think Bowtie2 is really the right tool for this particular application because it does not use split read mapping. The STAR aligner (http://code.google.com/p/rna-star/) can do it and I have seen it included in some Galaxy installations (not the main one though, I think)

ADD REPLY

Login before adding your answer.

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