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/MA_Plot.R
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
#' @param do_log_transformation If \code{TRUE}, the data will be log-transformed.
6
6
#' @param alpha If \code{TRUE}, the data points will be transparent.
7
7
#' @param point_color A character containing the colors of the data points.
8
+
#' @param sampling A numeric containing the sampling rate. Useful to sample part of the data set for data sets on peptide/feature level with many data points.
8
9
#' @param ... Additional arguments for affy::ma.plot.
#' @param alpha If \code{TRUE}, the data points will be transparent.
63
74
#' @param plot_height The height of the resulting MA plots.
64
75
#' @param plot_width The width of the resulting MA plots.
76
+
#' @param sampling A numeric containing the sampling rate. Useful to sample part of the data set for data sets on peptide/feature level with many data points.
65
77
#' @param ... Additional arguments for affy::ma.plot.
66
78
#'
67
79
#' @return A pdf file containing the MA plots for all sample combinations.
0 commit comments