DiffBind; No sites have activity greater than filter value
0
0
Entering edit mode
8 months ago
MARK • 0

Hello I hope you are doing well; I am running into this issue when I am trying to run dba.count().

This is the code I am using:

Create a new DBA object using the subset data
myDBA <- dba(sampleSheet = subset_data)
myDBA <- dba.count(myDBA, bUseSummarizeOverlaps=FALSE)
print(myDBA)

It does the following: Computing summits... Re-centering peaks... Reads will be counted as Paired-end. Error: No sites have activity greater than filter value.

However I also tried to do the following:

myDBA <- dba.count(myDBA, bUseSummarizeOverlaps=FALSE)
print(myDBA)

But I get the same error

Re-centering peaks... Error: No sites have activity greater than filter value.

Any ideas on what this error is indicating or how I can fix it?

diffbind • 607 views
ADD COMMENT
0
Entering edit mode

Did you figure out this issue? I'm having the same problem!

ADD REPLY
0
Entering edit mode

Tagging: Rory Stark

ADD REPLY

Login before adding your answer.

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