Annotate counts region by region
0
1
Entering edit mode
4.8 years ago
elb ▴ 250

Hi guys, I know it could be an answer 1000 times redundant but I looked around without find a quick solution. I have 5 .bam files and a .gtf file that looks like this:

     1    134202951   134202953
     1    134202954   134203590
     1    134199215   134203590
  

where 1 indicates chromosome 1 and the other two columns respectively start and end position of the chromosome region. I simply would like, for each start-end to have the number of counts. I tried using

  overlap.counts1 <- countOverlaps(bedfile,bamfile1)
  

for a single file but it outputs the total number of counts not region per region. Can anyone help me please?

thank you in advance

ChIP-Seq bam • 663 views
ADD COMMENT

Login before adding your answer.

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