This function uses the identification of boxcar boxes by the bc_boxes function to determine if the spectrum is indeed a boxcar spetrum. See the MSnbaseBoxCar vignette for example code.

bc_is_boxcar(x, fcol = "filterString")

Arguments

x

An MSnExp object containing a set of boxcar spectra.

fcol

The name of the feature variable containing the box data. Default is filterString. See the bc_boxes function for details.

Value

A logical of length length(x) indicating of a spectrum is a boxcar spectrum.