
Reshape Identifier Data to Long Form
reshape_identifier_to_long_form.Rd
This function takes a data frame and reshapes it to long form based on the strain-percentage pairs in the 'unique_id' column. It separates each strain-percentage pair into two new columns: 'strain' and 'percentage'.