This function splits up gene groups based on cosine similarity of kmer
feature vectors. It uses hard splitting based on a similarity cutoff where
unconnected components constitutes new groups. Unlike
neighborhoodSplit, paralogues cannot be forced into separate
groups as information needed for this is not present.
# Get a grouped pangenomepg <- .loadPgExample(withGroups = TRUE)
## Not run: # # Split groups by similarity (Too heavy to include)# pg <- kmerSplit(pg, lowerLimit = 0.8)# ## End(Not run)