qc_pipe | R Documentation |
QC pipeline.
qc_pipe(
rgset,
output,
qc_csv = "qc.csv",
qc_excel = "qc.xlsx",
beta_value_distribution_file = "beta_value_histogram_fill_by_sample.png",
background_offset = 3000,
verbose = TRUE
)
rgset |
An object of |
output |
output directory. |
qc_csv |
QC metrics CSV file. |
qc_excel |
QC metrics Excel file. |
beta_value_distribution_file |
a plot file for beta value distribution. |
background_offset |
background correction offset. Default to 3000. |
verbose |
A logical scalar. Default to TRUE. |
An object of RGChannelSet-class
with QC metrics
added to phenotype data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.