-
Notifications
You must be signed in to change notification settings - Fork 6
Task 3 MHC Class I and II binding affinity
Unfortunately, only a few state of the art MHC class I and II binding prediction tools are available. The most commonly used tool is NetMHCPan I / II, which is unfortunately not open source and more or less proprietary. However, in the recent 2-3 years a few tools were released, which are open source, Python based, have Conda packages, have the same prediction performance as NetMHCPan and are actually way faster.
Our candidates are:
- MHCFlurry for class I prediction
- MHCNuggets for class I and class II
However, since both tools aren't that easily integrated into other workflows, they were integrated into Fred2 and are part of the EpitopePrediction classes. Big drawback: Fred2 requires python2, since it's not really maintained anymore. Hence, if we want to stick to Python 3 and we should, then we have to reimplement the interfacing ourselves. Not difficult, but wastes a little bit of time.
Reference papers: