Description Usage Arguments Value Author(s)
Generate plots to check basic QC of SBA data. This invokes other
plot_QC
functions, such as
plot_QC_sample_signal_boxplot
,
plot_QC_binder_signal_boxplot
, plot_QC_repl_var
,
and plot_QC_bead_count_boxplot
1 2 3 4 5 6 7 8 9 10 11 12 | ask_save.plot_QC.SBA(
baf,
prefix = deparse(substitute(baf)),
path = "../output/QC",
bead_count = NULL,
sample_order = order(batch(baf, "sample")),
color_tbl_b = default_color_SBA_bead(T),
color_tbl_s = default_color_SBA_ctrl_samples(sid(baf)),
main = paste(unique(batch(baf, "binder")), collapse = ", "),
ylab_signal = "Raw MFI",
guide_line = TRUE
)
|
baf |
an object of the |
prefix |
a prefix of generating files of basic QC plots. Often, it is sample layout ID. |
path |
path where the plots will be saved |
bead_count |
1) a |
sample_order |
the order of sample in plots. The default is the order by sample batch in order to easily check batch differences. |
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 |
same as |
ylab_signal |
the label of y-axis of the plots that show signal distribution in boxplots. |
guide_line |
if some guide lines of controls are displayed. |
ask_save.plot_QC.SBA
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.