create_search_data | R Documentation |
TODO: Keep the multimatch data
create_search_data(data, am_data, allele_mismatch)
data |
A dateframe with index, all meta-data and locus |
am_data |
An allelematch dataset, converted from the data containing the index and locus |
allele_mismatch |
A value for how many allele mismatchs are to be allowed and still count like a match |
A list with the search_data, which is a list with $index, $multilocus, and $individ_id, a list with the $index of the samples that matched multiple individuals, and a list with the $index and $multilocus of the samples were unclassified.
## Not run:
search_data <- create_search_data("data.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.