norm {SNPMaP} | R Documentation |
Quantile normalize or (natural) log the intensities in a 'raw' format SNPMaP
object.
norm(x, Force = FALSE, lowMemory = x@lowMemory, tidy = FALSE, ...) logIntensities(x, lowMemory = x@lowMemory, tidy = FALSE, ...)
x |
An object of class SNPMaP in 'raw' format. |
Force |
logical; Force=TRUE will allow SNPMaP objects in formats other than 'raw' to be quantile normalized. |
lowMemory |
logical; should the data be stored on disk rather than in memory? |
tidy |
logical; should the old FileDoubleMatrix be unlinked ? |
... |
Additional arguments. |
An object of class SNPMaP
.