#' Coerce object to `DESeqTransform`
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `DESeqTransform`.
#'
#' @examples
#' showMethods("as.DESeqTransform")
setGeneric(
name = "as.DESeqTransform",
def = function(x, ...) {
standardGeneric("as.DESeqTransform")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.