Description Usage Arguments Value Author(s) Examples
plot to observe correlation between the estimates (e.g. mean) that represent intensities for each antibody in a single window coloring each assay separately.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | plot_compareMeanOfEach_inPairs(X, ...)
## S4 method for signature 'matrix'
plot_compareMeanOfEach_inPairs(
X,
groupID,
log = TRUE,
MAplot = FALSE,
main,
legend_par = list(x = "bottomright"),
...
)
## S4 method for signature 'BAf'
plot_compareMeanOfEach_inPairs(
X,
geometric = FALSE,
by = "plate",
log = TRUE,
MAplot = FALSE,
main = paste0("Comparing", if (geometric) " geometric" else "", " means"),
legend_par = list(x = "bottomright"),
prefix_plate = by,
...
)
|
X |
a |
... |
any arguments that pass to |
groupID |
a vector of the group ids. Each group will be plotted in different color. It
should have same number of rows of |
log |
logically indicates if the coordinates are in log scale |
MAplot |
whether an MA-plot is wanted |
main |
same as the ones for |
legend_par |
a list of parameter to be used in adding a legend. If |
geometric |
if the geometric mean is computed instead of arithmetic one. |
by |
by which column the samples should be devided during calculation of the mean |
prefix_plate |
the prefix added to the plate ID shown in X- and Y-axes |
A plot is generated and a "list"
of x- and y- coordinate limits is returned.
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.