-
Arnaud Duvermy authoredArnaud Duvermy authored
compute_roc_auc.Rd 502 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/receiver_operating_characteristic.R
\name{compute_roc_auc}
\alias{compute_roc_auc}
\title{Computes area under the ROC curve (AUC).}
\usage{
compute_roc_auc(dt)
}
\arguments{
\item{dt}{A data table with columns for y_pred (-log10(padj)) and y_true (idDE).}
}
\value{
A numeric value representing the AUC.
}
\description{
This function calculates the area under the ROC curve (AUC) using specificity and sensitivity values.
}