revealTruth: Reveal scored neighbors matrix.

Description Usage Arguments Value

Description

Reveal scored neighbors matrix.

Usage

1
2
3
4
5
6
7
revealTruth(object, truelabels, duplabels)

## Default S3 method:
revealTruth(object, truelabels, duplabels)

## S3 method for class 'Duplicates'
revealTruth(object, truelabels, duplabels)

Arguments

object

object of class Duplicates to assess how the deduplication went.

truelabels

character or numeric vector containing the true match labels with rows corresponding to the raw data matrix (in object[['rawData']])

duplabels

character vector containing the duplicated labels (i.e. object[['ID']] from previous steps)

Value

An object of class Neighbors containing the scored neighbor pairs.


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