Get a subset of a pangenome that tries to represent the gene presence absence diversity Selects a random genome, then selects the most distant genome from the selected genome then
Source:R/pangenome_tools.R
get_pangenome_representatives_jaccard.Rd
Get a subset of a pangenome that tries to represent the gene presence absence diversity Selects a random genome, then selects the most distant genome from the selected genome then
Usage
get_pangenome_representatives_jaccard(
pan_mat = NULL,
pan_dist = NULL,
SEED = 3,
verbose = FALSE,
CUTOFF = 0.5,
max_genomes = 1000
)