updateAucellResults {AUCell}R 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)

[Package AUCell version 1.8.0 Index]