Description Usage Arguments Value Functions Author(s) Examples
View source: R/plot_QC_binder.R
Depict a plot that displays signal distribution across samples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | plot_QC_binder_signal_boxplot(
baf,
color_tbl_b = NULL,
main = deparse(substitute(baf)),
xlab = "Binders",
ylab = "Signal Intensity",
guide_line = TRUE,
...
)
plot_QC_binder_signal_boxplot.SBA(
baf,
color_tbl_b = default_color_SBA_bead(T),
main = paste(unique(batch(baf, "binder")), collapse = ", "),
xlab = "Beads",
ylab = "Raw MFI",
guide_line = TRUE,
...
)
|
baf |
an object of the |
color_tbl_b |
the colors of the binders employed for positive or
negative control on plot. The information should be provided as a
|
main, xlab, ylab, ... |
same as |
guide_line |
if some guide lines of controls are displayed. |
a list
of color_tbl_b
plot_QC_binder_signal_boxplot.SBA
: when baf has the data from
suspension bead arrays
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.