Description Usage Arguments Value Examples
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.
1 | alter.unique(mySpot)
|
mySpot |
Spot object for one microarray. |
Spot object without duplicates.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.