## 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)
Run the code above in your browser using DataLab