File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments