updateAucellResults: Update AUCell results

View source: R/aux_updateAucellResults.R

updateAucellResultsR Documentation

Update AUCell results

Description

Updates the AUC scores provided by AUCell from a previous version.

Usage

updateAucellResults(oldAucObject, objectType = "AUC")

Arguments

oldAucObject

Object to update

objectType

Either "AUC" or "ranking" indicating the object type

Value

Updated version of the object as aucellResults.

Examples

oldAuc <- matrix(data=1:2000, nrow=50, ncol=40)
updateAucellResults(oldAuc)

aertslab/AUCell documentation built on March 12, 2024, 11:40 p.m.