Arguments
- mzxml
a list created by masstools::read_mzxml()
Value
a data.frame containing
- name
the scan name (combined m/z and rt)
- mz
the precursor m/z ion
- rt
retention time
- CE
collision energy
- file name
file name
Details
Given a list created by MS2extract:::read_mzxml()
, this function
extracts the scan info for all scans in a tidy format.