Description Usage Arguments Value Author(s)
Display bead counts across sample and binders.
1 2 3 4 5 6 7 8 9 10 11 | plot_QC_bead_count_boxplot(
bead_count,
sample_order = NULL,
color_tbl_b = default_color_SBA_bead(T),
color_tbl_s = default_color_SBA_ctrl_samples(sampleid),
main = deparse(substitute(bead_count)),
xlab = c("Beads", "Sample (sorted)"),
ylab = "Bead count",
ylim,
...
)
|
bead_count |
1) a |
sample_order |
the order of sample in plots. The default is same order as given table by bead_count. |
color_tbl_b |
the colors of the binders employed for positive or
negative control on plot. The information should be provided as a
|
color_tbl_s |
colors of samples on the plot. The information should be
provided as a |
main, ylab, ylim, ... |
same as those for |
xlab |
two characters. The first one is for the plot of binders, while the 2nd is for sample plot |
a list
of color_tbl_b
and color_tbl_s
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.