Description Usage Arguments Author(s) See Also
An example function to be used by the filterClones method. This function takes an MA list, a weights matrix and a threshold and returns the indices of any clones with weight below the threshold.
1 | removeByWeights(MA, weights=MA$weights, threshold = 0.2)
|
MA |
An object of class |
weights |
A matrix with the same dimensions as MA containing weight information. |
threshold |
Threshold value. Any clones with weight below this are removed. |
Mike Smith
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.