Description Usage Arguments Value Examples
This function allows to remove from the spot repeated Id's. Before moving one of the repeated Id's the function compute the average of Cy3 intensity and Cy5 intensity.
1 | meanUnique(mySpot)
|
mySpot |
Spot object for one microarray. |
Spot object without duplicates
1 2 3 4 5 | data(Simon)
c.spot <- bg.correct(Simon)
n.spot <- global.norm(c.spot)
f.spot <- filter.spot(n.spot)
meanUnique(f.spot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.