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
#' @param do_pos Set negative values in the result to zero
67
67
#' @param scale_factor Replace all values of UMI in the regression model by this value. Default is NA
68
68
#' which uses median of total UMI as the latent factor.
69
-
#' @param verbosity An integer specifying whether to show only messages (1), messages and progress bars (2) or nothing (0) while the function is running; default is 2
70
-
#' @param verbose Deprecated; use verbosity instead
71
-
#' @param show_progress Deprecated; use verbosity instead
69
+
#' @param verbosity An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2
#' @param cell_attr Provide cell meta data holding latent data info
171
149
#' @param scale_factor Replace all values of UMI in the regression model by this value. Default is NA
172
150
#' which uses median of total UMI as the latent factor.
173
-
#' @param verbosity An integer specifying whether to show only messages (1), messages and progress bars (2) or nothing (0) while the function is running; default is 2
174
-
#' @param verbose Deprecated; use verbosity instead
175
-
#' @param show_progress Deprecated; use verbosity instead
151
+
#' @param verbosity An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2
Copy file name to clipboardExpand all lines: R/differential_expression.R
+10-32Lines changed: 10 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,11 @@
8
8
#' @param method Either 'LRT' for likelihood ratio test, or 't_test' for t-test
9
9
#' @param bin_size Number of genes that are processed between updates of progress bar
10
10
#' @param cell_attr Data frame of cell meta data
11
-
#' @param y Only used if methtod = 't_test', this is the residual matrix; default is x$y
11
+
#' @param y Only used if method = 't_test', this is the residual matrix; default is x$y
12
12
#' @param min_cells A gene has to be detected in at least this many cells in at least one of the groups being compared to be tested
13
13
#' @param weighted Balance the groups by using the appropriate weights
14
14
#' @param randomize Boolean indicating whether to shuffle group labels - only set to TRUE when testing methods
15
-
#' @param verbosity An integer specifying whether to show only messages (1), messages and progress bars (2) or nothing (0) while the function is running; default is 2
16
-
#' @param verbose Deprecated; use verbosity instead
17
-
#' @param show_progress Deprecated; use verbosity instead
15
+
#' @param verbosity An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2
Copy file name to clipboardExpand all lines: R/plotting.R
+2-18Lines changed: 2 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@
4
4
#' @param xaxis Variable to plot on X axis; default is "gmean"
5
5
#' @param show_theta Whether to show the theta parameter; default is FALSE (only the overdispersion factor is shown)
6
6
#' @param show_var Whether to show the average model variance; default is FALSE
7
-
#' @param verbosity An integer specifying whether to show only messages (1), messages and progress bars (2) or nothing (0) while the function is running; default is 2
8
-
#' @param verbose Deprecated; use verbosity instead
9
-
#' @param show_progress Deprecated; use verbosity instead
7
+
#' @param verbosity An integer specifying the verbosity level: 0 (silent, no messages), 1 (show messages only), or 2 (show messages and progress bars); default is 2
0 commit comments