Merge pull request #145 from openvax/v1.3
pan allele prediction (MHCflurry 1.3.0)
No related branches found
No related tags found
Showing
- mhcflurry/percent_rank_transform.py 4 additions, 5 deletionsmhcflurry/percent_rank_transform.py
- mhcflurry/predict_command.py 10 additions, 5 deletionsmhcflurry/predict_command.py
- mhcflurry/regression_target.py 1 addition, 1 deletionmhcflurry/regression_target.py
- mhcflurry/scoring.py 3 additions, 0 deletionsmhcflurry/scoring.py
- mhcflurry/select_allele_specific_models_command.py 3 additions, 3 deletionsmhcflurry/select_allele_specific_models_command.py
- mhcflurry/select_pan_allele_models_command.py 394 additions, 0 deletionsmhcflurry/select_pan_allele_models_command.py
- mhcflurry/testing_utils.py 21 additions, 0 deletionsmhcflurry/testing_utils.py
- mhcflurry/train_allele_specific_models_command.py 7 additions, 8 deletionsmhcflurry/train_allele_specific_models_command.py
- mhcflurry/train_pan_allele_models_command.py 702 additions, 0 deletionsmhcflurry/train_pan_allele_models_command.py
- mhcflurry/version.py 1 addition, 1 deletionmhcflurry/version.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.py 8 additions, 5 deletionssetup.py
- test/data/hpv_predictions.csv 476 additions, 0 deletionstest/data/hpv_predictions.csv
- test/expensive_verify_pretrain_optimizable.py 97 additions, 0 deletionstest/expensive_verify_pretrain_optimizable.py
- test/test_allele_encoding.py 36 additions, 0 deletionstest/test_allele_encoding.py
- test/test_calibrate_percentile_ranks_command.py 81 additions, 0 deletionstest/test_calibrate_percentile_ranks_command.py
- test/test_changing_allele_representations.py 104 additions, 0 deletionstest/test_changing_allele_representations.py
- test/test_class1_affinity_predictor.py 19 additions, 6 deletionstest/test_class1_affinity_predictor.py
- test/test_class1_neural_network.py 13 additions, 9 deletionstest/test_class1_neural_network.py
- test/test_class1_pan.py 119 additions, 0 deletionstest/test_class1_pan.py
This diff is collapsed.
mhcflurry/testing_utils.py
0 → 100644
This diff is collapsed.
mhcflurry/train_pan_allele_models_command.py
0 → 100644
This diff is collapsed.
test/data/hpv_predictions.csv
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/test_allele_encoding.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/test_changing_allele_representations.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
test/test_class1_pan.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment