Skip to contents

This function generates a unique identifier by combining sorted strains and percentages.

Usage

create_unique_id_from_sorted(sorted_strains, sorted_percentages)

Arguments

sorted_strains

A character vector of sorted strains.

sorted_percentages

A numeric vector of sorted percentages.

Value

A character string representing the unique identifier.