R/printgenecluster.R

#' Print groups of clustered genes.
#' @noRd
#' @param x An object of class \code{genecluster}.
#' @param ... Additional arguments to be passed (not in use).
#'
#' @examples
#' unbundleCluster(clustering(exanova,
#'  clust.metric = 'manhattan', clust.method = 'average'))
#'
#' @return genecluster
#'

print.genecluster <- function (x, ...)
{
    y <- x$groups
    y
}
lidiaad/GOpro documentation built on May 21, 2019, 6:13 a.m.