kundajelab / bpnet

Toolkit to train base-resolution deep neural networks on functional genomics data and to interpret them
http://bit.ly/bpnet-colab
MIT License
141 stars 33 forks source link

what is the expected input and targets for BPnet profile prediction #48

Closed PelFritz closed 1 year ago

PelFritz commented 1 year ago

Hi, first of all thanks for the great method. I am trying to reimplement the BPNet tool using most of the code from this repository while adjusting a few things for my needs. For my case I want only the profile predictor, I wish to know what the exact expected inputs for BPnet so I can implement a datagenerator using Keras.utils.Sequence. To be precise, for every sample i guess the the x will be a one hot encoded sequence, what is the target (y)? Is this the bigwig signal for the corresponding onehot sequence?

Thanks