openvax / mhcflurry

Peptide-MHC I binding affinity prediction
http://openvax.github.io/mhcflurry/
Apache License 2.0
193 stars 58 forks source link

Convert predicted affinity to [0, 1] range #188

Closed flpgrz closed 3 years ago

flpgrz commented 3 years ago

Hello,

this question is probably quite general and not exclusively related to the mhcflurry package, but hopefully someone can help :)

What's the best way to convert the predicted affinity to the [0, 1] range?

flpgrz commented 3 years ago

Found the answer: https://openvax.github.io/mhcflurry/_modules/mhcflurry/regression_target.html#from_ic50

I close the issue.