Closed ChangxuFan closed 2 years ago
Hey,
we compute two differnet kinds of contribution scores in BPNet: those with respect to the profile prediction head (contrib.counts
) and those w.r.t. total count predictions contrib.counts
. Please see the bpnet paper for more information https://www.biorxiv.org/content/10.1101/737981v3.
The paper is very clear. Thanks!!
Dear developers,
Thanks for developing the package! A quick question:
bpnet export-bw
generates 2 types of bw files, with suffixescontrib.counts
andcontrib.profile
, respectively. I was wondering what the suffixes mean and what's the difference between them?Thanks!!