dup_checker {genomatic} | R Documentation |
Checks a file for duplicates. Returns a sorted file containing duplicates.
dup_checker(samples)
samples |
A data.frame containing your samples. |
Checks a file for duplicates. Returns a sorted file containing duplicates. Duplicates are sorted so they appear next to each other. This file can then be manually sorted to that there is only one instance of each sample. This file is subsequently used by the function ‘dup\_replace’ to remove duplicates and replace them with a single instance.
Retruns a data.frame of samples that appear more than once.
Brian J. Knaus bknaus@fs.fed.us http://brianknaus.com
Knaus, B.J. In prep. Genomatic: an R package for DNA fragment analysis project management.