You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/plotMarkerHeatmap.R
+26-25Lines changed: 26 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
#' @param use.pruned Logical scalar indicating whether the pruned labels should be used instead.
15
15
#' @param order.by.effect String specifying the effect size from \code{\link[scrapper]{scoreMarkers}} with which to sort for interesting markers.
16
16
#' @param order.by.summary String specifying the summary statistic from \code{\link[scrapper]{scoreMarkers}} with which to sort for interesting markers.
17
+
#' @param score.args Named list of additional arguments to pass to \code{\link[scrapper]{scoreMarkers}}, e.g., \code{block}, \code{threshold}.
17
18
#' @param display.row.names Character vector of length equal to the number of rows of \code{test},
18
19
#' containing the names of the features to show on the heatmap (e.g., to replace IDs with symbols).
19
20
#' If \code{NULL}, the existing row names of \code{test} are used.
0 commit comments