Skip to content
Snippets Groups Projects
Commit 770a1e21 authored by Tim O'Donnell's avatar Tim O'Donnell Committed by GitHub
Browse files

Add units to readme

parent c62a8328
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ predict(alleles=['A0201'], peptides=['SIINFEKL'])
0 A0201 SIINFEKL 10672.347656
```
The predictions returned by `predict` are affinities (KD) in nM.
## Training your own models
This [unit test](https://github.com/hammerlab/mhcflurry/blob/master/test/test_class1_binding_predictor_A0205.py) gives a simple example of how to train a predictor in Python. There is also a script called `mhcflurry-class1-allele-specific-cv-and-train` that will perform cross validation and model selection given a CSV file of training data. Try `mhcflurry-class1-allele-specific-cv-and-train --help` for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment