Learn R Programming

genArise (version 1.48.0)

meanUnique: Remove Duplicates

Description

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.

Usage

meanUnique(mySpot)

Arguments

mySpot
Spot object for one microarray.

Value

Spot object without duplicates

Examples

Run this code
data(Simon)
c.spot <- bg.correct(Simon)
n.spot <- global.norm(c.spot)
f.spot <- filter.spot(n.spot)
meanUnique(f.spot)

Run the code above in your browser using DataLab