DiffBind bUseSummarizeOverlaps error - the rownames and colnames of the supplied assay(s) must be NULL or identical to those of the SummarizedExperiment object
1
0
Entering edit mode
sfpacman • 0
@sfpacman-13713
Last seen 17 months ago
United States

I attempted the run DiffBind (v3.4.0) for my samples ( I have bam, control bam and peak files in the sample sheet). After running about 5 hrs, it returns the following error. Any idea what causing this?

dba_obj <- dba(sampleSheet=Sample)

dba_obj <- dba.count(dba_obj, bUseSummarizeOverlaps=TRUE)

Computing summits...
Re-centering peaks...
Reads will be counted as Paired-end.
Reads will be counted as Paired-end.
Reads will be counted as Paired-end.
...
Error in SummarizedExperiment(assays = SimpleList(counts = countData),  : 
  the rownames and colnames of the supplied assay(s) must be NULL or
  identical to those of the SummarizedExperiment object (or derivative)
  to construct
Calls: sourceWithProgress ... withCallingHandlers -> <Anonymous> -> SummarizedExperiment
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted

Using minOverlap=1 in dba.count , it seems to work but that means I have to use all the peak set for the analysis

dba_obj <- dba.count(dba_obj, minOverlap=1 )
DiffBind ChIPSeqData • 2.2k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode
Rory Stark ★ 5.2k
@rory-stark-5741
Last seen 14 days ago
Cambridge, UK

It would help to see the warnings!

Also, you can try running this with bParallel=FALSE so you can see the messages for each file. If there is an issue with all the files, you'll see it when processing the first one. If the issue relates to one or more specific files, you'll see which they are.

Let me know what you see!

ADD COMMENT

Login before adding your answer.

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