## Loading the dataset
data(gastro)
## Doing the repetition loess with default parameters. Be carefull, this
## is very time consuming
## Not run:
# gastro.norm = normRepLoess(gastro.raw2)
# ## End(Not run)
## Do the same normalization selecting 60% dos spots with 10
## repetitions and estimating the W by the mean value.
## Not run:
# gastro.norm = normRepLoess(gastro.raw2, propLoess=0.6, nRep=10, func="mean")
# ## End(Not run)
Run the code above in your browser using DataLab