Learn R Programming

genArise (version 1.48.0)

alter.unique: 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 log ratio of both values with the same Id and delete the least absolute value if both of them are positive or negative. In other case delete both observations.

Usage

alter.unique(mySpot)

Arguments

mySpot
Spot object for one microarray.

Value

Spot object without duplicates.

Examples

Run this code
data(Simon)
## filter the spot and save it in f.spot
f.spot <- filter.spot(Simon)
## remove duplicates and save it in u.spot
u.spot <- alter.unique(f.spot)

Run the code above in your browser using DataLab