meanUnique: Remove Duplicates

Description Usage Arguments Value Examples

View source: R/operations.R

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

1
meanUnique(mySpot)

Arguments

mySpot

Spot object for one microarray.

Value

Spot object without duplicates

Examples

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)

genArise documentation built on Nov. 8, 2020, 6:29 p.m.