Description Usage Arguments Details Value Author(s) See Also Examples
This function loads a maigesRaw
object and corrects for
location bias.
1 |
obj |
object of type |
... |
additional parameters for function
|
This function for normalisation is entirely based on the function
normalizeWithinArrays
from limma
package. See their help page to known how to setup the parameters
correctly. The parameters layout
and weights
, are
automatically specified by the object obj
and must not be specified.
This function returns a maiges
object.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
normalizeWithinArrays
from limma package.
1 2 3 4 5 6 7 8 | ## Loading the dataset
data(gastro)
## Do the normalization by loess method and span 0.4
gastro.norm = normLoc(gastro.raw2, span=0.4, method="loess")
## Do the same normalization without background subtraction
gastro.norm = normLoc(gastro.raw2, span=0.4, method="loess", bc.method="none")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.