deDuplicate: deDuplicate scored neighbors matrix.

Description Usage Arguments Value

Description

deDuplicate scored neighbors matrix.

Usage

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)

Arguments

object

Scores object containing pre-computed Neighbors and match scores.

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).

Value

An object of class Duplicates containing the scored neighbor pairs.


mPloenzke/bsnR documentation built on May 21, 2019, 9:18 a.m.