updateAucellResults {AUCell} | R Documentation |
Updates the AUC scores provided by AUCell from a previous version.
updateAucellResults(oldAucObject, objectType = "AUC")
oldAucObject |
Object to update |
objectType |
Either "AUC" or "ranking" indicating the object type |
Updated version of the object as aucellResults
.
oldAuc <- matrix(data=1:2000, nrow=50, ncol=40) updateAucellResults(oldAuc)