create_allelematch_dataset | R Documentation |
To be rewritten to take a table with only index and locus data, split in the import_data
function.
Now ignores the irrelevant data for this step, can be connected by their index later. A wrapper for the
amDataset
function.
create_allelematch_dataset(data, ignore_columns)
data |
The relevant data that has been imported |
ignore_columns |
A vector with the names or indexes to the columns that are to be ignored by the 'allelematch' packet. These are the date, nord, east, gender and preset individual, in that order. TODO: Remove the preset individual, it should be used earlier. |
A allelematch dataset with the relevant index and locus column
## Not run:
am_data <- create_allelematch_dataset(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.