powered by
screen_for_duplicate_individuals identifies and merges duplicate individuals.
screen_for_duplicate_individuals
screen_for_duplicate_individuals( dosage_matrix, cutoff = NULL, plot_cor = T, log = NULL, saveCOV = "PearsonCC" )
An integer matrix with markers in rows and individuals in columns.
Correlation coefficient cut off. At this correlation coefficient, individuals are merged. If NULL user input will be asked after plotting.
Logical. Should correlation coefficients be plotted? Can be memory/CPU intensive with high number of individuals.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
= "PearsonCC"
A matrix similar to dosage_matrix, with merged duplicate individuals.
# NOT RUN { #user input: data("segregating_data") screen_for_duplicate_individuals(dosage_matrix=segregating_data,cutoff=0.9,plot_cor=TRUE) # }
Run the code above in your browser using DataLab