Get The Idea Of Splicing From Reads Mapped In Rna-Seq
2
0
Entering edit mode
10.2 years ago
antgomo ▴ 30

I've got a set of 100 bam files from a public experiment, I want to have an idea of splicing in each of them regarding three exons,without entering in some kind of depth-level procedure like Cufflinks or DEXSeq,

Lets say that my exons are named 1,2 and 3, and I want to know in how many samples I have a splicing event of the number two, so i was looking in the threads and I found that using coverageBed with my bed file of the three exons I could get some kind of idea per bam file

coverageBed -split -abam my_alignment -b exons_to.bed

Am I correct?

I was also thinking of getting the reads mapped in flanking end positions of read 1 and start of read 3 with samtools

What do you think about it? Any idea will be kindly appreciated

Thanks in advance!

rnaseq splicing bedtools samtools • 2.8k views
ADD COMMENT
0
Entering edit mode
10.2 years ago

Use bwa mem then sort the reads by name and you can easily get reads that map across junctions.

ADD COMMENT
0
Entering edit mode
10.2 years ago

I would recommend MATS for identifying splicing events (for example, exon skipping - for exon #2 in your case, I believe):

http://rnaseq-mats.sourceforge.net/

MISO is probably a more popular option, but I think MATS is more specific (and the result table is easier to read):

http://genes.mit.edu/burgelab/miso/

If you have long and/or paired end reads, I would also recommend viewing splicing junctions with a sashimi plot in IGV

ADD COMMENT
0
Entering edit mode

In fact, his review has recently been published:

http://www.humgenomics.com/content/8/1/3

ADD REPLY

Login before adding your answer.

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