Filter individuals based on a relationship threshold
filter_high_relatedness.Rd
This function takes a matrix of x by y individuals containing relatedness coefficients and returns the maximum set of individuals that contains no relationships above the given threshold.
Arguments
- matrix
a square symmetric matrix of individuals containing relationship coefficients
- .x
a
gen_tibble
object- kings_threshold
a threshold over which
- verbose
boolean whether to report to screen