plot_QC_binder_signal_boxplot: Signal distribution across binders

Description Usage Arguments Value Functions Author(s) Examples

View source: R/plot_QC_binder.R

Description

Depict a plot that displays signal distribution across samples

Usage

 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,
  ...
)

Arguments

baf

an object of the BAf-class

color_tbl_b

the colors of the binders employed for positive or negative control on plot. The information should be provided as a data.frame, in which columns are name, reg (regular expression to find the binder), col (color), and type (positive , negative, or measure). If this is given as NULL, it results in no coloring.

main, xlab, ylab, ...

same as boxplot

guide_line

if some guide lines of controls are displayed.

Value

a list of color_tbl_b

Functions

Author(s)

Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>

Examples

1
2

Rundmus/BAf-R_package documentation built on May 18, 2020, 12:59 p.m.