handle_multimatch: Handle Multimatch By User

View source: R/import_data.R

handle_multimatchR Documentation

Handle Multimatch By User

Description

This function takes

Usage

handle_multimatch(search_data, multiple_matches, multimatch_index, new_id)

Arguments

search_data

The search data, a dateframe with indexes, locuses and ids

multiple_matches

A list with the indexes that currently matches to multiples ids in the search_data

multimatch_index

The index of the sample that is to get a specified id

new_id

The new id that the specified id and all entries in the same group will get

Value

A list with the updated search_data and multiple_matches

Examples

## Not run: 
c(search_data, multiple_match) %<-% handle_multimatch
           (search_data, multiple_matches, "SEP123", "B31")

## End(Not run)

CGI-NRM/GenotypeCheck documentation built on May 23, 2024, 3:21 p.m.