match_new_data | R Documentation |
Title
match_new_data(data, new_data, additional_data_columns, allele_mismatch)
data |
The old data, containing all samples that have already been handeled, or been choosen not to be handleh |
new_data |
The new data, the meta-data for the new sample, containing the same columns as the old data, index, locus, date, gender, etc |
additional_data_columns |
The names of the columns containing the meta-data for the |
allele_mismatch |
The mismatch (numbers of alleles that are allowed to differ between individuals) to use for this grouping, user could be intrested in being more strict or more loose, up to them |
Returns only the new data grouped into search_data format, which of them that matched multiple and if some of them were unclassified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.