Description Usage Arguments Details Value Author(s) Examples
Remove spatial artifacts from microarray data stored in TilingFeatureSet objects
1 | spatialAdjust(dat, copy=TRUE, blockSize, theta = 1)
|
dat |
TilingFeatureSet |
copy |
Only relevant when using disk-backed objects. If TRUE a copy will be made leaving the original object (dat) unchanged. The input object will not be preserved if copy=FALSE |
blockSize |
The array is divided into a series of blockSize x blockSize rectangular blocks and the average signal level calculated for each. If blockSize is unspecified a size is chosen that gives about 1250 probes per block. |
theta |
smoothing parameter |
The array is divided into a set of blockSize x blockSize squares. A kernel smoother is then used to even out spatial artifacts.
a TilingFeatureSet
Martin Aryee <aryee@jhu.edu>
1 | # See normalizeBetweenSamples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.