Description Usage Arguments Value Examples
View source: R/aux_updateAucellResults.R
Updates the AUC scores provided by AUCell from a previous version.
1 | updateAucellResults(oldAucObject, objectType = "AUC")
|
oldAucObject |
Object to update |
objectType |
Either "AUC" or "ranking" indicating the object type |
Updated version of the object as aucellResults
.
1 2 | oldAuc <- matrix(data=1:2000, nrow=50, ncol=40)
updateAucellResults(oldAuc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.