I am retrieving the normalized counts of reads in peaks (scores) from DiffBind, as explained in [this][1] Bioconductor post :
```
dba.peakset(dbObj_norm, bRetrieve=TRUE ) %>% as.data.frame() %>% head()
seqnames
updated 8 months ago • Sam