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