normalizeLoci.SNP(object, method=c("normals","paired","alleles"), NorTum="NorTum", Gender="Gender", Subject="Subject", normalizeTo=2, trig=FALSE)
object
class SnpSetIllumina"normals"
then all normal samples in the
dataset are used as the invariant set. If "paired"
then affected
samples are normalized to their paired normal samples. "alleles"
fits
a linear model between the B-allele ratio and the signal intensity and
normalizes for thatpData
slot.
depicts the normal, unaffected samples in the dataset. In a character vector
these should have the value "N"
pData
slot.
depicts the female samples in the dataset and is used to normalize the sex
chromosomes. In a character vector these should have value "F"
pData
slot. This factor
is used to pair the samples when method
is "paired"
normalizeTo
numeric. The average copy number of the
sample.SnpSetIllumina
object.
SnpSetIllumina
,normalizeWithinArrays.SNP
,
normalizeBetweenAlleles.SNP
data(chr17.260)
data.nrm<-normalizeLoci.SNP(chr17.260)
Run the code above in your browser using DataLab