Skip to content

Commit

Permalink
update param def for nLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorces authored Jun 14, 2022
1 parent 44cb095 commit 706b88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/MarkerFeatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 706b88a

Please sign in to comment.