R/baseMeanThreshold.R

#' Base mean threshold
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `numeric(1)`.
#' Base mean cutoff level.
#'
#' @examples
#' showMethods("baseMeanThreshold")
setGeneric(
    name = "baseMeanThreshold",
    def = function(object, ...) {
        standardGeneric("baseMeanThreshold")
    }
)



#' @rdname baseMeanThreshold
#' @export
setGeneric(
    name = "baseMeanThreshold<-",
    def = function(object, ..., value) {
        standardGeneric("baseMeanThreshold<-")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.