Hi Rory,
Thanks for your suggestion, however I cannot resolve the problem.
After retrieving TSS list (n = 23069) and put this as bed file for each samples, I proceed with DiffBind
library(DiffBind)
file<-read.csv("DiffBind_template_H3K9me3_23362_TSS.csv")
DBA <- dba(sampleSheet=file)
I set this parameters (as suggested)
DBA$config$mergeOverlap <- 10000
and proceed with dba.count
DBA_Count <- dba.count(DBA, score=DBA_SCORE_RPKM, summit=FALSE, filter=0)
but if I check the regions I found 19996 (at beginning I have 23069)
Where I'm wrong?
Thanks in advance
ciao
Giuseppe