View source: R/create-qc-object.r
meffil.create.qc.object | R Documentation |
Create a quality control object for a given Infinium HumanMethylation450 BeadChip.
meffil.create.qc.object(
samplesheet.row,
number.quantiles = 500,
dye.intensity = 5000,
verbose = F,
detection.threshold = 0.01,
bead.threshold = 3,
sex.cutoff = -2,
chip = NA,
featureset = chip,
cell.type.reference = NA
)
samplesheet.row |
Row from the 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). |
verbose |
If |
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 |
List containing control probe information, probe summaries and quantiles. We call this a "QC object".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.