View source: R/control-probes.R
plot_control_probes | R Documentation |
Quality control plot of control probes in terms of raw intensities.
plot_control_probes(x, s = 1)
x |
An object of |
s |
An integer scalar. Default to 1. |
A list of df
, red_plot
, green_plot
,
norm_plot
, independent_control_plot
.
The df is a data.frame
containing the following columns:
Address, Type, Color, ExtendedType, Channel, Expected_Grn, Expected_Red,
Sample, and Intensity.
Each of the red_plot
, green_plot
, norm_plot
and
independent_control_plot
is an object of ggplot
class. They are plots of sample-dependent controls of red and green channel,
normalization probes and sample-independent controls, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.