#' Integer counts
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Matrix.
#' Typically `matrix` or `Matrix` class.
#'
#' @examples
#' showMethods("integerCounts")
setGeneric(
name = "integerCounts",
def = function(object, ...) {
standardGeneric("integerCounts")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.