View source: R/bacontrol_format.R
control_hybridization | R Documentation |
Two metrics, one comparing high vs. medium level, the other comparing medium vs. low level. Both metrics calculated from Green color channel signals.
control_hybridization( rm, rs, gs, cdf, baseline = 3000, cnames = c("Hybridization_medium-vs-high", "Hybridization_low-vs-medium"), biotin.baseline = 1, verbose = TRUE )
rm |
Matrix of control metric signals. |
rs |
Red signal data (data.frame, columns are probes, rows are samples, column names are addresses, rownames are samples/GSM IDs). |
gs |
Green signal data (data.frame, columns are probes, rows are samples, column names are addresses, rownames are samples/GSM IDs). |
cdf |
Control probe annotations (data.frame, cols = properties, rows = probes). |
baseline |
Baseline measure for signals (integer, 3000). |
cnames |
Vector of control probe column names for the metric. |
biotin.baseline |
Baseline to use for biotin controls (integer, 1). |
verbose |
Whether to show status messages (TRUE). |
Control hybridization metrics.
cdf <- system.file("extdata", "controldf", "cgcontroldf.rda", package = "recountmethylation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.