Skip to content

Commit 894546d

Browse files
committed
Docuented heatmap changes
1 parent 796f543 commit 894546d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

R/DEsummaryFuns.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#' @inheritParams generateShinyApp
44
#' @param top.annotation.ids a vector of column indices denoting which columns
55
#' of the metadata should become heatmap annotations
6+
#' @param show.columns.names whether to show the column names below the heatmap;
7+
#' default is TRUE
68
#' @return The heatmap as detailed in the ComplexHeatmap package.
79
#' @export
810
#' @examples

R/QCplotFuns.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jaccard_index <- function(a, b){
2424
#' of the metadata should become heatmap annotations
2525
#' @param n.abundant number of most abundant genes to use for the JSI calculation
2626
#' @param show.values whether to show the JSI values within the heatmap squares
27+
#' @param show.row.columns.names whether to show the row and column names below
28+
#' the heatmap; default is TRUE
2729
#' @return The JSI heatmap as detailed in the ComplexHeatmap package.
2830
#' @export
2931
#' @examples

0 commit comments

Comments
 (0)