qc_control_probes | R Documentation |
Quality control are performed in terms of observed intensities of control probes with expected value, detection p-values, and gender.
qc_control_probes(
rgset,
report_dir,
plot_file = "control_probes.png",
height = 10,
width = 12,
overwrite = FALSE,
verbose = TRUE,
...
)
rgset |
An object of |
report_dir |
A character scalar of reporting directory. |
plot_file |
A character scalar of the filename of control probe plot. Default to "control_probes.png". |
height |
A numeric scalar of control probe plot height. Default to 10. |
width |
A numeric scalar of control probe plot width. Default to 12. |
overwrite |
A logical scalar. Default to FALSE. |
verbose |
A logical scalar. Default to TRUE. |
... |
Any arguments can be passed to |
A list of the return of plot_control_probes
function
(invisible).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.