After Annotation in R , the binding sites are less than the starting downloaded from ENCODE Chip-seq Matrix
0
0
Entering edit mode
7.6 years ago
atsalaki ▴ 20

I download ENCODE chip-seq broadpeak files and annotate them in R with annotatePeakInBatch(gr_narrowPeak, featureType = c("TSS"),maxgap=5000 ,AnnotationData=annotationData , output="overlapping", FeatureLocForDistance="TSS") .The binding sites i get are less that the starting in the ENCODE peak files (e.g i had 40.000 and after the annotation i get only 14.000 ). Can anyone explain to me why this is happening?

ChIP-Seq peaks • 1.6k views
ADD COMMENT
0
Entering edit mode

Can you provide the results of the following code:

str(gr_narrowPeak)
str(annotatePeakInBatch(gr_narrowPeak, featureType = c("TSS"),maxgap=5000 ,AnnotationData=annotationData , output="overlapping", FeatureLocForDistance="TSS") ))
ADD REPLY

Login before adding your answer.

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