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/workflow_QC.R
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
#' @param boxplot_method A character containing the method used. Possible are "boxplot" and "violinplot". Default is "boxplot".
33
33
#'
34
34
# MA-Plot parameters
35
+
#' @param generate_MAplots If \code{TRUE}, MA plots will be generated, if \code{FALSE} they will not be generated (mostly for debugging purposes).
35
36
#' @param MA_maxPlots A numeric containing the maximum number of MA plots that should be generated. Defaults is 5000.
36
37
#' @param MA_alpha If \code{TRUE}, the data points of the MA plots will be transparent.
37
38
#' @param MA_sampling A numeric containing the sampling rate for MA-Plots. Useful to sample part of the data set for data sets on peptide/feature level with many data points.
0 commit comments