#' Log2 fold change threshold
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `numeric(1)`.
#'
#' @examples
#' showMethods("lfcThreshold")
setGeneric(
name = "lfcThreshold",
def = function(object, ...) {
standardGeneric("lfcThreshold")
}
)
#' @rdname lfcThreshold
#' @export
setGeneric(
name = "lfcThreshold<-",
def = function(object, ..., value) {
standardGeneric("lfcThreshold<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.