R/cluster_functions.R
majorities_html.Rd
majorities_html
turns the majorities export csv into a formatted html
table for easy querying.
majorities_html(majorities_csv)
Character vector. Name of the majorities and ties csv.
An html table of numerical alleles with group assignation, majority vote and indicated ties written to the `results/cluster/` sub-directory.
Takes the csv output from majorities
and re-formats it
to an html table. Any ties can be queried thereby guiding manual edits of
the final groups data.
if (FALSE) {
majorities_html(majorities_csv = "hclust_numerical_mismatch_h4_group_majorities_and_ties.csv")
}