majorities_html turns the majorities export csv into a formatted html table for easy querying.

majorities_html(majorities_csv)

Arguments

majorities_csv

Character vector. Name of the majorities and ties csv.

Value

An html table of numerical alleles with group assignation, majority vote and indicated ties written to the `results/cluster/` sub-directory.

Details

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.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/ScatMatch/index.html the ScatMatch website

Examples

if (FALSE) {
majorities_html(majorities_csv = "hclust_numerical_mismatch_h4_group_majorities_and_ties.csv")
}