coverage of the reads over coding sequence only for one gene
0
0
Entering edit mode
5.8 years ago
alireza346 ▴ 10

I have RNAseq data and trying to get the coverage of the reads over coding sequence but only for one gene for example GAPDH. and plot the coverage in this way: in fact the y-axis would be coverage or normalized read count and x-axis would be the coding sequence. but the coding sequence which would be the x-axis will be shown between 0 to 100 (%). I have made the bam file for gapdh. do you know how to do that?

RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

You can use bedtools coverage to compute the coverage at every base of your gene, then use R to output a graph of coverage over the length of your gene. (I don't really get the "0 to 100%" part)

ADD REPLY
0
Entering edit mode

I read it as the % is relative to everything, including non-coding regions of the gene.

ADD REPLY
0
Entering edit mode

try coveragebed -hist option from bedtools.

ADD REPLY

Login before adding your answer.

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