filterClones {snapCGH} | R Documentation |
Function for filtering clones via a user defined function.
filterClones(MA, filterFunc, ...)
MA |
An object of class MAList |
filterFunc |
A user specified function that accepts an MAList and returns the indices of the clones to be removed. |
... |
Additional arguments to be passed to the filter function. |
Any clones identified by the filter function are turned into NA's.
These are then removed or imputed within the processCGH
function.
Mike Smith