View source: R/bacontrol_format.R
control_restoration | R Documentation |
Single metric, using grn channel
control_restoration( bg.addr, rm, cname = "Restore", gs, cdf, baseline = 3000, biotin.baseline = 1, verbose = TRUE )
bg.addr |
Probe address of background control probe. |
rm |
Matrix of control metric signals. |
cname |
Column name of the control probe. |
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). |
biotin.baseline |
Baseline to use for biotin controls (integer, 1). |
verbose |
Whether to show status messages (TRUE). |
Control restoration 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.