meanUnique {genArise} | R Documentation |
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.
meanUnique(mySpot)
mySpot |
Spot object for one microarray. |
Spot object without duplicates
data(Simon) c.spot <- bg.correct(Simon) n.spot <- global.norm(c.spot) f.spot <- filter.spot(n.spot) meanUnique(f.spot)