View source: R/bacontrol_format.R
control_biotinstaining | R Documentation |
Two metrics, 1 per color channel
control_biotinstaining( rm, rs, gs, cdf, cnames = c("Biotin_red", "Biotin_green"), baseline = 3000, 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). |
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). |
verbose |
Whether to show status messages (TRUE). |
Control biotin staining signal.
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.