Skip to content

Commit 61bd27e

Browse files
committed
Docuented heatmap changes
1 parent b414fe7 commit 61bd27e

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
@@ -6,6 +6,8 @@
66
#' rows correspond to genes and columns correspond to samples
77
#' @param top.annotation.ids a vector of column indices denoting which columns
88
#' of the metadata should become heatmap annotations
9+
#' @param show.columns.names whether to show the column names below the heatmap;
10+
#' default is TRUE
911
#' @return The heatmap as detailed in the ComplexHeatmap package.
1012
#' @export
1113
#' @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)