Help with error DiffBind
1
0
Entering edit mode
Chris • 0
@3fdb6f97
Last seen 17 hours ago
United States

Hi all,

Would you please suggest what wrong in this case? I pretty much run the same code as before. Thank you so much.

result <- dba(sampleSheet=samples)
result <- dba.blacklist(result) 
result <- dba.count(result, bParallel=FALSE)
result <- dba.count(result)
result <- dba.normalize(result)
result <- dba.contrast(result, minMembers=2)
result <- dba.analyze(result)
result <- dba.plotProfile(result)

Generating report-based DBA object... Error: No valid contrasts/methods specified.

And I don't know why my plot from dba.plotProfile() haven't analyzed. Would you help with this? There are two more conditions but to make it simpler, I only keep ms and mf in the samplesheet file. enter image description here

dba.show(result, bContrasts=TRUE)
     Factor    Group Samples  Group2 Samples2 DB.DESeq2
1 Condition diseased       2 control        2         0

I don't know why the value of DB.DESeq2 in this case was 0 which maybe the reason of the error. If I replace ms by other condition, I am no longer has the error.

DiffBind • 1.9k views
ADD COMMENT
1
Entering edit mode
Rory Stark ★ 5.2k
@rory-stark-5741
Last seen 15 days ago
Cambridge, UK

Answered on Biostars: https://www.biostars.org/p/9568785/#9570608

ADD COMMENT

Login before adding your answer.

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