Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaNormalize.R
Perform locus normalization on Illumina Golden Gate bead arrays
1 2 | normalizeLoci.SNP(object, method=c("normals","paired","alleles"), NorTum="NorTum",
Gender="Gender", Subject="Subject", normalizeTo=2, trig=FALSE)
|
object |
|
method |
character. If |
NorTum |
logical or character vector or name of column in |
Gender |
logical or character vector or name of column in |
Subject |
factor or name of or column in |
normalizeTo |
|
trig |
Logical, use geometric distance of intensity. Otherwise use addition of intensities |
This function is usually performed in the last step of normalization in order to obtain calculated copy numbers.
This function returns an SnpSetIllumina
object.
Jan Oosting
SnpSetIllumina
,normalizeWithinArrays.SNP
,
normalizeBetweenAlleles.SNP
1 2 | data(chr17.260)
data.nrm<-normalizeLoci.SNP(chr17.260)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.