Skip to contents
  • Internal Function *

Usage

CE_filter(spec, spec_metadata)

Arguments

spec

MS/MS spectra

spec_metadata

MS/MS spectra metadata containing COLLISIONENERGY as one of the provided columns.

Details

This function evaluate the collision energy value provided in the spe_metadata data frame, and matches this value with the collision energy value found in the MS/MS data. This function uses readr::parse_number() to extract the numeric value provided in the COLLISIONENERGY column.