how to retrieve binding affinity matrix in diffbind
1
0
Entering edit mode
hamaor • 0
@hamaor-9799
Last seen 5.2 years ago

hey everyone, I'm performing ChIP-Seq analysis using diffbind, after doing:

dba.count(peaksets, summits=250)

I would like to get the binding affinity Matrix into a text file.

help will be highly appriciated!!

diffbind dba.count • 1.4k views
ADD COMMENT
1
Entering edit mode
Rory Stark ★ 5.1k
@rory-stark-5741
Last seen 13 days ago
Cambridge, UK
counts <- dba.peakset(myDBA, bRetrieve=TRUE, writeFile="myFile.csv")

You will get back the normalized count scores; you can get raw read counts by changing the value for the score parameter in dba.count().

ADD COMMENT

Login before adding your answer.

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