R/AllGenerics.R

#' Generic function that returns the cell composition 
#' estimates
#'
#' Given a estimatecc object, this function returns the 
#' cell composition estimates 
#' @rdname cell_counts
setGeneric(
    name = "cell_counts", 
    def = function(object) { 
        standardGeneric("cell_counts") 
    }
)

Try the methylCC package in your browser

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

methylCC documentation built on Nov. 8, 2020, 7:35 p.m.