Skip to content

prediction and percentile_rank #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wangjiawen2013 opened this issue Mar 12, 2025 · 1 comment
Open

prediction and percentile_rank #2

wangjiawen2013 opened this issue Mar 12, 2025 · 1 comment

Comments

@wangjiawen2013
Copy link

Hi,
I have tested netTCR2.2 using the sample data on https://services.healthtech.dtu.dk/services/NetTCR-2.2/, but I don't know how to interpret the results. What do "prediction" and "percentile_rank" mean ? which one could represent the binding specificity ? and why some "percentile_rank" are "NaN" ?

This is the output:

Image

@JonasNilsson1
Copy link

Hi,

The 'prediction' column refers to the raw prediction score from the model, while 'percentile_rank' refers to a rank score calculated based on a set of background TCRs. The lower the percentile rank, the more confident the prediction is.

Regarding the NaNs, these correspond to the peptide KLVALGINAV, for which the NetTCR-2.2 method does not have a peptide-specific model, so it uses a pan-specific model for the predictions. For these peptides, percentile rank scores are not available, hence the NaNs.

Hope this clarifies things

Best
Jonas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants