This function normalizes energy values for a list of PBMs based on their
normalization parameters, using the pbm.normalize_energies function.
Usage
pbm_list.normalize(pbm_list, energies, norm_energy_max = 10)
Arguments
- pbm_list
A list of PBM objects
- energies
A matrix of energy values to normalize, with column names matching PBM names
- norm_energy_max
The maximum value for normalized energies (default is 10)
Value
A matrix of normalized energy values