MichaelLinn/off_target_prediction

Output value

Opened this issue · 1 comments

Hi, I made a version of this model in tfjs-node (repo), but I'm confused by the output variable of both your CNN_std model and CRISPOR dataset. Your model has an output shape of [2], but CRISPOR dataset has an output shape [1].

  • What do the outputs of CNN_std represent?
  • And, what does the output of CRISPOR dataset represent? On-target probability (probability of correct edit)? Or maybe off-target probability (probability for off-targets)?