#' Gene set collection names
#'
#' @inheritParams AcidRoxygen::params
#' @export
#'
#' @return `character`.
#'
#' @examples
#' showMethods("collectionNames")
setGeneric(
name = "collectionNames",
def = function(object, ...) {
standardGeneric("collectionNames")
}
)
#' @rdname collectionNames
#' @export
setGeneric(
name = "collectionNames<-",
def = function(object, ..., value) {
standardGeneric("collectionNames<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.