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/geneProgramSignificance.R
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
#' @param pt A vector of pseudotime values for each cell. May contain NAs, which are handled internally. Defaults to NULL.
13
13
#' @param program.labels (Optional) A character vector specifying a label for each gene cluster. Defaults to NULL.
14
14
#' @param p.adj.method (Optional) The method used to adjust \emph{p}-values for multiple hypothesis testing. Defaults to "holm".
15
+
#' @details
16
+
#' \itemize{
17
+
#' \item This function assumes that the gene program scores have been min-max normalized to (0, 1) i.e., \emph{not} including the values 0 or 1. This is necessary to fit the Beta distribution additive model. This normalization can be easily generated by setting the argument \code{minmax.norm = TRUE} in the \code{\link{geneProgramScoring}} function.
18
+
#' }
15
19
#' @return A table of statistical output showing the significance of the association between pseudotime and program scores.
0 commit comments