Description Usage Arguments Value Examples
This function normalize R and I values and fit the value of Cy5 for each grid in the spot that it receives as argument. In this function the dimension of grid is (meta-row * meta-column).
1 | grid.norm(mySpot, nr, nc)
|
mySpot |
Spot object for one microarray. |
nr |
Total of meta-row. |
nc |
Total of meta-column. |
Spot object with the grid normalization done.
1 2 3 4 5 | data(Simon)
## background correction and save it in c.spot
c.spot <- bg.correct(Simon)
## normalization and save it in n.spot
n.spot <- grid.norm(c.spot, 23, 24)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.