Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaNormalize.R
Quantile normalization between subsamples within a single SnpSetIllumina object
1 | normalizeBetweenSubsamples.SNP(object, subsample = "OPA")
|
object |
class |
subsample |
|
Perform quantile normalization of the red and green channel between subsamples. This can be used in situations where multiple different assays that cover the same genomic regions (or whole genome) have been done on the same biological specimen. This function was introduced for version 5 Golden Gate Linkage analysis that consist of 4 assays of ~ 1500 probes. Where previous versions of this assay each targeted a number of chromosomes, in version 5 each assay covers the whole genome.
This function returns an SnpSetIllumina
object.
Jan Oosting
SnpSetIllumina-class
,normalizeBetweenAlleles.SNP
,
normalizeWithinArrays.SNP
,backgroundCorrect.SNP
1 2 | data(chr17.260)
data.nrm<-normalizeBetweenSubsamples.SNP(chr17.260)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.