meffil.qc | R Documentation |
Read in control matrices for each sample. Perform background correction and R/G dye bias correction. Predict sex
meffil.qc(
samplesheet,
number.quantiles = 500,
dye.intensity = 5000,
detection.threshold = 0.01,
bead.threshold = 3,
sex.cutoff = -2,
chip = NA,
featureset = chip,
cell.type.reference = NA,
max.bytes = 2^30 - 1,
verbose = F,
...
)
samplesheet |
Data frame containing IDAT file and sample info (see |
number.quantiles |
Number of quantiles to compute for probe subset (Default: 500). |
dye.intensity |
Reference intensity for scaling each color channel (Default: 5000). |
detection.threshold |
Default value = 0.01. All probes above this detection threshold detected. |
bead.threshold |
Default value = 3. All probes with less than this number of beads detected. |
sex.cutoff |
Sex prediction cutoff. Default value = -2. |
chip |
Name returned by |
featureset |
Name returned by |
cell.type.reference |
Character string name of the cell type reference
to use for estimating cell counts. Estimates are not generated if set to NA (default).
See |
verbose |
If |
List containing control probe information, probe summaries and quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.