File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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