View source: R/bacontrol_format.R
control_extension | R Documentation |
Two metrics, one per color channel.
control_extension( rm, rs, gs, cdf, verbose = TRUE, cnames = c("Extension_red", "Extension_green"), baseline = 3000, biotin.baseline = 1 )
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). |
verbose |
Whether to show status messages (TRUE). |
cnames |
Vector of control probe column names for the metric. |
baseline |
Baseline measure for signals (integer, 3000). |
biotin.baseline |
Baseline to use for biotin controls (integer, 1). |
Control extension 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.