normOLIN: Normalise a cDNA Microarray Object

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/normOLIN.R

Description

This function loads a maigesRaw object and normalise it using methods OLIN or OSLIM.

Usage

1

Arguments

obj

object of type maigesRaw to be normalised.

...

additional parameters for function olin.

Details

This function for normalisation is entirely based on function olin from OLIN package. This function implements the methods OLIN and OSLIM, proposed by Futschich and Crompton (2004). See help page for this function to discover how to set the parameters.

Value

This function returns a maiges object.

Author(s)

Gustavo H. Esteves <gesteves@vision.ime.usp.br>

References

Futschik, M. and Crompton, T. Model selection and efficiency testing for normalization of cDNA microarray data, Genome Biology, 5, R60, 2004 (http://genomebiology.com/2004/5/8/R60).

See Also

olin from OLIN package.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Loading the dataset
data(gastro)

## Doing the OLIN normalization. Pay attention because, this methods are
## very time consuming!
## Not run: 
gastro.norm = normOLIN(gastro.raw2) ## Without scale adjustment

gastro.norm = normOLIN(gastro.raw2, OSLIN=TRUE) ## With scale adj

## End(Not run)

maigesPack documentation built on Nov. 8, 2020, 6:23 p.m.