Description Usage Arguments Value
Outputs the Duplicates
object, providing the duplicate entities and
the representatives for each duplicate entity.
1 2 3 4 5 6 7 | deDuplicate(object, thresh, priority, isProband, dateFormat = NULL, requestID)
## Default S3 method:
deDuplicate(object, thresh, priority, isProband, dateFormat = NULL, requestID)
## S3 method for class 'Scores'
deDuplicate(object, thresh, priority, isProband, dateFormat = NULL, requestID)
|
object |
|
thresh |
Vector of thresholds at which to classify scores as duplicates. These can either be integers from 1 to 7 (for the intersection score) or numbers between 0 and 1, representing quantiles (for the greedy match score). |
priority |
A list of structure (var = 'Varx', min = TRUE) with 'Varx'
being a character value corresponding to a column in rawData.
This parameter determines how to sort the duplicates.
If |
isProband |
A character value indicating the column indicator column that denotes the proband. |
dateFormat |
Character string of the format of the date. This is only used
if the priority variable is a date. The format should match the formats of
class |
requestID |
Column that has the ID for the family. |
An object of class Duplicates
containing the duplicate entities
and representatives for each duplicate entity (including singletons without duplicates).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.