Skip to contents

Given a multi-scan data.frame of m/z, generate frequency values for the data.

Usage

mz_scans_to_frequency(
  mz_df_list,
  frequency_fit_description,
  mz_fit_description,
  ...
)

Arguments

mz_df_list

a list of data.frame with at least mz and scan columns

frequency_fit_description

the exponentials to use in fitting the frequency ~ mz model

mz_fit_description

the exponentials to use in fitting the mz ~ frequency model

...

other parameters for convert_mz_frequency

Value

list

See also

convert_mz_frequency