Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaNormalize.R
Perform within array normalization on Illumina Golden Gate bead arrays.
1 2 3 | normalizeWithinArrays.SNP(object, callscore=0.5, normprob=0.5, quantilepersample=FALSE,
relative=FALSE, fixed=FALSE, useAll=FALSE, subsample="OPA",
Q.scores="callProbability")
|
object |
class SnpSetIllumina. |
callscore |
numeric with range 0:1, threshold for probe inclusion. |
normprob |
numeric with range 0:1, target quantile for normalization. The default is to divide the sample intensities by the median of the selected subset. |
quantilepersample |
logical. If |
relative |
logical. If |
fixed |
logical. If |
useAll |
logical. If |
subsample |
factor or column name in |
Q.scores |
name of assayData() element, or numeric matrix of appropriate size. Quality scores to select high quality SNPs |
The function uses high quality heterozygous SNPs as an invariant set with the
assumption that these have the highest probability of coming from
unaffected regions of the genome. Most of the arguments are used to determine
the quality of the call.
This function returns a SnpSetIllumina
object.
Jan Oosting
SnpSetIllumina
,normalizeLoci.SNP
,
backgroundCorrect.SNP
,normalizeBetweenAlleles.SNP
1 2 | data(chr17.260)
data.nrm <- normalizeWithinArrays.SNP(chr17.260)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.