handle_multimatch | R Documentation |
This function takes
handle_multimatch(search_data, multiple_matches, multimatch_index, new_id)
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 |
A list with the updated search_data and multiple_matches
## Not run:
c(search_data, multiple_match) %<-% handle_multimatch
(search_data, multiple_matches, "SEP123", "B31")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.