Description Usage Arguments Author(s)
View source: R/write_primary_QC_report.SBA.R
Write a primary QC report for SBA data using Rmarkdown
1 2 3 4 5 6 7 8 9 10 11 12 13 | write_primary_QC_report.SBA(
baf,
bead_count = NULL,
sample_order = order(batch(baf, "sample")),
file = "primary_QC_report.html",
title = paste("Primary QC report of", deparse(substitute(baf))),
author = "Mun-Gwan",
date = Sys.Date(),
rm_Rmd = T,
color_tbl_b = default_color_SBA_bead(T),
color_tbl_s = default_color_SBA_ctrl_samples(sid(baf)),
lowbound_mfi = 100
)
|
baf |
an object of the |
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. |
file |
The name of the generating HTML file. The ".html" extension will be added if it is missing. |
title |
The title of the generating report, which is displayed at the top |
author |
The author of the report |
date |
The date written as the creation date |
rm_Rmd |
if the .Rmd (RMarkdown) file should be removed after .pdf was generated. |
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 |
lowbound_mfi |
the lower bound of MFI. If a median of a sample is below this threshold, the data of the sample is neglected afterwords in this QC report. |
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.