Hello,
I receive a error message when running the dba.count() in Diffbind.
SCFIL = dba.count(SCFIL, minOverlap = 1)
Fehler in if (res[i] == -1) { : Fehlender Wert, wo TRUE/FALSE nötig ist
The DBA file looks like that (I took all of the peak in all samples):
6 Samples, 18962 sites in matrix:
ID Tissue Factor Condition Replicate Caller Intervals
1 Stemcell_K4_I stemcell H3K4me3 stemcell_K4 1 raw 15213
2 Stemcell_K4_II stemcell H3K4me3 stemcell_K4 2 raw 15633
3 Stemcell_K4_III stemcell H3K4me3 stemcell_K4 3 raw 16141
4 FIL_K4_I FIL H3K4me3 FIL_K4 1 raw 15106
5 FIL_K4_II FIL H3K4me3 FIL_K4 2 raw 14426
6 FIL_K4_III FIL H3K4me3 FIL_K4 3 raw 15194
Does anyone have any idea what could be the problem? and how to fix it?
Thanks.
Hi,
Could you post your sessionInfo(), so I can see what version of R and DiffBind you're running? Also your sample sheet and the first few lines of one of your peak files? Or email them to me, if you'd rather not post them publicly (email available on DiffBind's Bioconductor page). Also the output of "traceback()" immediately after the error might help. - Gord