Normalized coverage histograms for selected chromosome region
1
0
Entering edit mode
9.6 years ago
biotech ▴ 570

I would like to plot the coverage of a genomic region of interest. I'm working with RNA-seq data and my objective is to show an histogram of coverage of a selected region.

I've seen some posts suggesting some tools but none of them seem to be taking normalization into account:

samtools mpileup
samtools depth
bedtools coverage
bedtools genomecov
bedtools multicov
bamtools coverage

Thanks, Bernardo

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

'-scale' option (Scaling coverage by a constant factor) of bedtools could be an option.

ADD REPLY
0
Entering edit mode
9.6 years ago

You presumably already have the normalized values (if not, that's the first thing you need to do), so just plot them with R.

ADD COMMENT
0
Entering edit mode

I analized the data using edgeR. I have the normalized values BUT per feature, not per nt (what I really need).

ADD REPLY
0
Entering edit mode

(1) Scaling the output of any of the tools you listed should work.

(2) Don't read much into small differences, they're likely meaningless unless you have a complete drop in coverage in one group vs. another (and even then, something like DEXseq might be more worthwhile if you just add these regions to your annotation).

ADD REPLY
0
Entering edit mode

(2) Thanks for the comment. I'm interested in up-regulated membrane-related genes for vaccine development. Large fold changes (log2FC>2) are great.

ADD REPLY

Login before adding your answer.

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