Reads the protein counts data from a `psms.csv` file. Note that the columns from the file get slightly renamed for compatibility with other functions.

tor_read_protein_counts_data(psms_file_path, quiet = FALSE)

Arguments

psms_file_path

the path to the protein counts csv file - expected columns are protein (the protein ID) and T0_counts - the protein counts at the T0 condition.