Evaluate how well a continuous score separates two classes (e.g., Torpor vs Active). The area under the curve (AUC) is computed and annotated.
Upload your data and generate the roc curve
TSV/CSV: Score (numeric) + Label (0/1 or class names)
| Score | Label |
|---|---|
| 10.576 | Torpor |
| 6.512 | Active |
| 9.045 | Torpor |
| 6.254 | Active |
Upload data and click Generate, or run with example data
Input format: two columns — a numeric score and a class label. Labels may be 0/1 or text (Positive/Negative, Torpor/Active, ...); both columns are detected automatically.
Output: ROC curve (sensitivity vs 1 − specificity) with the diagonal reference, shaded area, and the AUC value (trapezoid rule).
Typical use: assess candidate biomarkers or machine-learning scores that classify physiological states (e.g., torpor entry).