R/AllGenerics.R

#' @rdname mbkmeans
setGeneric(
    name = "mbkmeans",
    def = function(x, ...) standardGeneric("mbkmeans")
)

#' Cluster rows of a matrix
#'
#' Cluster rows of a matrix-like object with a variety of algorithms.
#'
#' This function is deprecated. Please use the \code{clusterRows} function in
#' the \code{bluster} Bioconductor package.
#' @name clusterRows
NULL
drisso/mbkmeans documentation built on April 6, 2022, 4:33 a.m.