Nothing
#' @rdname AUCell_exploreThresholds
#' @aliases getThresholdSelected
#' @export
getThresholdSelected <- function(aucellThresholds){
sapply(aucellThresholds, function(x) {
ret <- x # already only one threshold
if(length(x) > 1) ret <- unname(x$aucThr$selected)
return(ret)
})
}
#' @rdname AUCell_exploreThresholds
#' @aliases getThresholdSelected
#' @export
getAssignments <- function(aucellThresholds){
lapply(aucellThresholds, function(x) x$assignment)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.