updateAucellResults: Update AUCell results

Description Usage Arguments Value Examples

View source: R/aux_updateAucellResults.R

Description

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

Usage

1
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

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

AUCell documentation built on Nov. 8, 2020, 5:51 p.m.