Description Usage Arguments Value Examples
Calculate the area under the ROC curve following McClish methodologic from a dataset and a sample from that dataset.
1 2 3 4 5 6 7 8 |
dataset |
Dataframe of the complete information of the samples |
low.value |
lower false positive rate value that the function will use to calculate the pAUC |
up.value |
upper false positive rate value that the function will use to calculate the pAUC |
plot |
ROC plot |
selection |
vector that will only be used if the parameter "dataset" is a RangedSummarizedExperiment object. This parameter is used to select the variables that will be analysed |
variable |
in case that dataset is a SummarizedExperiment, indicate the Gold Standard |
RangedSummarizedExperiment object with the pAUC and the mcpAUC scores,and the TPR and FPR values for each ROC curve generated
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.