Counting reads per codon
1
0
Entering edit mode
9.1 years ago
fire_water ▴ 80

Hello. So I have some ribosome profiling sequencing data which I've clipped, trimmed, mapped with Bowtie, and converted to BAM files for viewing in IGV. The data looks good in IGV but now I want to know the number of reads per codon. Does a tool exist for doing that?

Thanks!

sequencing • 1.7k views
ADD COMMENT
1
Entering edit mode
9.0 years ago

none that I'm aware of, but codon information can be considered as any other annotation, so if you have all the codons you're interested in described in a bed file you can obtain such information using bedtools intersect for instance:

bedtools intersect -c -a codons.bed -b reads.bam
ADD COMMENT

Login before adding your answer.

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