validate_composition_sum.Rd
Validate if control compositions sum correctly
validate_composition_sum( user_data, row_number_col, strains_col, percentage_col, tolerance = 2 )
A data frame containing the user data.
The column name for row numbers in user_data.
The column name for percentage in user_data.
Tolerance for sum of control compositions.
An instance of the ErrorData class or NULL.