aucMat: aucMat

View source: R/aucMat.R

aucMatR Documentation

aucMat

Description

Calculates AUC values for each set of weights for each label and outputs the results as a matrix

Usage

aucMat(labels, weights)

Arguments

labels

a vector of labels whose length is equal to the number of columns in the weight matrix

weights

a matrix of weights from projection analysis

Value

A matrix of AUC values for each set of weights classifying each label.

Examples

projectR(data=p.ESepiGen4c1l$mRNA.Seq,loadings=AP.RNAseq6l3c3t$Amean, 
dataNames = map.ESepiGen4c1l[["GeneSymbols"]]) -> projection
aucMat(pd.ESepiGen4c1l$Condition,projection)

genesofeve/projectR documentation built on April 18, 2024, 6:07 p.m.