#' Samples corresponding to a differential expression contrast
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#' Sample identifiers.
#'
#' @examples
#' showMethods("contrastSamples")
setGeneric(
name = "contrastSamples",
def = function(object, ...) {
standardGeneric("contrastSamples")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.