alter.unique: 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 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

1
alter.unique(mySpot)

Arguments

mySpot

Spot object for one microarray.

Value

Spot object without duplicates.

Examples

1
2
3
4
5
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)

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