Function for filtering clones via a user defined function.
过滤通过用户定义的函数的克隆功能。
用法----------Usage----------
filterClones(MA, filterFunc, ...)
参数----------Arguments----------
参数:MA
An object of class MAList
一个对象的类MAList
参数:filterFunc
A user specified function that accepts an MAList and returns the indices of the clones to be removed.
接受一个MAList和用户指定的功能返回被删除的克隆指数。
参数:...
Additional arguments to be passed to the filter function.
额外的参数被传递到过滤功能。
Details
详情----------Details----------
Any clones identified by the filter function are turned into NA's. These are then removed or imputed within the processCGH function.
过滤功能确定任何克隆变成NA的。然后这些删除或processCGH函数内打杀。