R/AllGenerics.R

#' @rdname UMI4C-methods
#' @export
setGeneric("dgram", function(object) standardGeneric("dgram"))

#' @rdname UMI4C-methods
#' @export
setGeneric("dgram<-", function(object, value) standardGeneric("dgram<-"))

#' @rdname UMI4C-methods
#' @export
setGeneric("groupsUMI4C", function(object, value) standardGeneric("groupsUMI4C"))

#' @rdname UMI4C-methods
#' @export
setGeneric("groupsUMI4C<-", function(object, value) standardGeneric("groupsUMI4C<-"))

#' @rdname UMI4C-methods
#' @export
setGeneric("bait", function(object) standardGeneric("bait"))

#' @rdname UMI4C-methods
#' @export
setGeneric("trend", function(object) standardGeneric("trend"))

#' @rdname UMI4C-methods
#' @export
setGeneric(
    "resultsUMI4C",
    function(object,
    format = "GRanges",
    counts = TRUE,
    ordered = FALSE) {
        standardGeneric("resultsUMI4C")
    }
)

Try the UMI4Cats package in your browser

Any scripts or data that you put into this service are public.

UMI4Cats documentation built on Dec. 31, 2020, 2:01 a.m.