Nothing
##' @method rename enrichResult
##' @export
rename.enrichResult <- function(.data, ...) {
dots <- quos(...)
.data@result %<>% rename(!!!dots,)
return(.data)
}
##' @method rename gseaResult
##' @export
rename.gseaResult <- rename.enrichResult
##' @method rename compareClusterResult
##' @export
rename.compareClusterResult <- function(.data, ...) {
dots <- quos(...)
.data@compareClusterResult %<>% rename(!!!dots,)
return(.data)
}
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.