Tools For Large Indels Discovery In Single-End Rna-Seq Reads
3
1
Entering edit mode
12.9 years ago
Axel Kuehn ▴ 10

Hi all,

Has anyone heard about any tool wich could deal with large indels discovery? I've found some for paired-end reads but never for single-end... My final goal is to find transposable elements polymorphisms in these RNA-seq reads.

Thanks in advance!

rna indel • 2.9k views
ADD COMMENT
2
Entering edit mode
12.9 years ago
lh3 33k

No, there is no such tool for your purpose. Probably you have to use multiple mappers to do several rounds of alignments. You may use TopHat etc to get normally spliced reads, use a local aligner (BLAT/BLAST/BWASW) to find partial hits, and then write your own script to get the ME insertion.

Watch out that it will be very tricky and error-prone for RNA-seq reads.

ADD COMMENT
0
Entering edit mode

Ok! thank you by the way, so I think I will try a more standard way to find out my differentially expressed TE's...

ADD REPLY
1
Entering edit mode
12.9 years ago
Michael 54k

Are you looking for an aligner? Look at blat or SSHA2, or lastz, I know, they are not specifically 'short-read' or 'NGS' aligners and might be substantially slower than bwa or bowtie. However, they perform well with insertions/ deletions, and I found that the sensitivity might be better than with most 'short-read' aligners, given larger indels.

ADD COMMENT
0
Entering edit mode

Sorry, I might missed some informations on what I've done : I've still aligned my fastq files with tophat and therefore got corresponding BAM files. However your approach seems interesting in an indel point of view but I'm afraid of the run time! (~7GB files)

ADD REPLY
0
Entering edit mode
12.9 years ago

I do not know exactly what you mean by "large indels", but you could take a look at GSNAP which is an indel-aware and RNA-seq capable alignment algorithm.

ADD COMMENT
0
Entering edit mode

OK, I'll give it a try!

ADD REPLY

Login before adding your answer.

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