Alternative for GeneBody coverage from RseQC (Python) in R
1
1
Entering edit mode
7.2 years ago

Hi,

There is a function called geneBody_coverage.py in the Python tool RseQC, which determines whether the coverage of Reads is uniform along the transcripts, o if there is a 3' or 5' bias.

Now I want to apply this tool to my research question: I want analyse my coverage within the 5'UTR. However, due to the fact that the 5'UTR of each transcript is different, I have to normalize it first. So in the end I want to have a plot with "Percentile of 5'UTR" on the x-axis and "Read number" on the y-axis.

Does anyone of you know a convient alternative for performing this analysis in R? I already have my bam file in R (imported via "readGAlignments")+ I searched all 5'UTRs with "fiveUTRsByTranscript".

Thanks for any ideas

RNA-Seq R rna-seq • 2.8k views
ADD COMMENT
0
Entering edit mode

I also want to know that! what I exactly want to do is do "normalized coverage analysis along given intervals". for my given intervals of my interested(bed file),with varied length, I want to plot normalized mean coverage along these intervals. and further,I want to compare if there is difference is coverage depth and width on different groups of intervals.

ADD REPLY
1
Entering edit mode
7.0 years ago
michael.ante ★ 3.8k

Hi Walter,

You can provide the 5' UTRs as a bed-file to the RSeQC tool.

Alternatively, you can have a look at the TSS example of the Htseq python library here . You need to tweak a bit around, but it's very easy adaptable.

Cheers,

Michael

ADD COMMENT

Login before adding your answer.

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