normalizeWithinArrays.SNP(object, callscore=0.5, normprob=0.5, quantilepersample=FALSE, relative=FALSE, fixed=FALSE, useAll=FALSE, subsample="OPA", Q.scores="callProbability")
TRUE
then the threshold is
determined for each sample, else it is experiment wide. This is only
relevant when fixed
is FALSE
.TRUE
then the ratio of GCS and GTS is used,
else only the GCS is used as the quality score.TRUE
then callscore
is the fixed
threshold for the quality score, else the probes above the quantile
callscore
are used.TRUE
then all probes in the dataset are
eligible as the invariant set, else only the heterozygous SNPs.featureData
slot, the levels
of the factor are treated separately.SnpSetIllumina
object.
SnpSetIllumina
,normalizeLoci.SNP
,
backgroundCorrect.SNP
,normalizeBetweenAlleles.SNP
data(chr17.260)
data.nrm <- normalizeWithinArrays.SNP(chr17.260)
Run the code above in your browser using DataLab