openvax / vaxrank

Ranked vaccine peptides for personalized cancer immunotherapy
Apache License 2.0
53 stars 21 forks source link

Add more predictions to EpitopePrediction #201

Open iskandr opened 5 months ago

iskandr commented 5 months ago

Possible groups of predictions (each mapping predictor name -> number):

Also change wt_peptide_sequence to:

And calculate:

How to avoid duplicating every prediction for MT vs. WT-any vs. WT-same?

Possible API:

MHC affinity score:

epitope.predictions["mhc"]["affinity"]["score"]["NetMHCpan-4.1"]
epitope.predictions["mhc"]["affinity"]["score"]["MHCflurry-2.0"]
epitope.predictions["mhc"]["affinity"]["score"]["median"]
epitope.predictions["mhc"]["affinity"]["score"]["mean"]

Integrated Antigen Processing has one fewer level?

epitope.predictions["processing"]["score"]["MHCflurry-2.0"]