Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaNormalize.R
Perform between Allele normalization on Illumina Golden Gate bead arrays
1 | normalizeBetweenAlleles.SNP(object,method=c("quantile"),subsample="OPA")
|
object |
class |
method |
|
subsample |
|
This function performs a quantile normalization between the Red and Green channels for each sample. The rationale for this procedure stems from the fact that the allele frequencies within each channel are always very similar, even in the presence of genomic abnormalities.
This function returns an SnpSetIllumina
object.
Jan Oosting
SnpSetIllumina-class
,normalizeWithinArrays.SNP
,
backgroundCorrect.SNP
1 2 | data(chr17.260)
data.nrm<-normalizeBetweenAlleles.SNP(chr17.260)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.