remove_duplicates | R Documentation |
Used internally in radiator To remove duplicate individuals based on threshold established from the visualization figures.
remove_duplicates(
data = "individuals.pairwise.dist.tsv",
stats = "genotyped.statistics.tsv",
dup.threshold = 0.25,
diff.pop.remove = TRUE,
path.folder = NULL
)
data |
(path) The individual's pairwise data.
Default: |
stats |
(path) The genotype statistics
Default: |
dup.threshold |
(double) The threshold to filter out duplicates
Default: |
diff.pop.remove |
Remove all individuals in pairs from different pop.
Both samples are potentially problems. With defautl, the function will not keep
one sample in the duplicate pair.
Default: |
A list with blacklisted duplicates. Write the blacklist in the working directory.
Thierry Gosselin thierrygosselin@icloud.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.