diff --git a/R/MarkerFeatures.R b/R/MarkerFeatures.R index ed1f96a6..b6fdbab9 100644 --- a/R/MarkerFeatures.R +++ b/R/MarkerFeatures.R @@ -828,6 +828,7 @@ markerHeatmap <- function(...){ #' subsetting, then the values provided to `cutOff` are effectively ignored. #' @param labelMarkers A character vector listing the `rownames` of `seMarker` that should be labeled on the side of the heatmap. #' @param nLabel An integer value that indicates how many of the top `n` features for each column in `seMarker` should be labeled on the side of the heatmap. +#' To remove all feature labels, set `nLabel = 0`. #' @param nPrint If provided `seMarker` is from "GeneScoreMatrix" print the top `n` genes for each group based on how uniquely up-regulated the gene is. #' @param labelRows A boolean value that indicates whether all rows should be labeled on the side of the heatmap. #' @param returnMatrix A boolean value that indicates whether the final heatmap matrix should be returned in lieu of plotting the actual heatmap.