R/topClusters.R

Defines functions topClusters

Documented in topClusters

#' Alias for 'topTable' (deprecated)
#' 
#' Alias for function 'topTable' (deprecated)
#' 
#' The function \code{topClusters} has been renamed to \code{\link{topTable}}, to more
#' accurately reflect the structure of the results (results are returned for either
#' clusters or cluster-marker combinations, depending on the type of differential tests
#' performed).
#' 
#' This alias is provided for backward compatibility. The new function name
#' \code{\link{topTable}} should be used whenever possible.
#' 
#' See \code{\link{topTable}} for details.
#' 
#' @param ... See arguments for function \code{\link{topTable}}
#' 
#' @export
#' 
topClusters <- function(...) {
  .Deprecated("topTable")
  topTable(...)
}

Try the diffcyt package in your browser

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

diffcyt documentation built on Nov. 8, 2020, 6:37 p.m.