Description Usage Arguments Value
deDuplicate scored neighbors matrix.
| 1 2 3 4 5 6 7 | deDuplicate(object, thresh, priority)
## Default S3 method:
deDuplicate(object, thresh, priority)
## S3 method for class 'Scores'
deDuplicate(object, thresh, priority)
 | 
| object | 
 | 
| thresh | The quantile at which to classify scores as duplicates. | 
| priority | A list of structure (Var= 'Varx', DESC=TRUE) with 'Varx' being either a numeric or character value corresponding to a column in rawData. This parameter determines how to sort the duplicates. DESC is a logical for this ordering (descending). | 
An object of class Duplicates containing the scored neighbor pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.