This function extracts the box start and end positions for all
spectra in an MSnExp
object. The first box coordinates are not
returned, as they corresond to either the full spectrum (for
non-boxcar MS1 spectra) or the first start and last end box
positions for a boxcar MS1 spectrum. See the MSnbaseBoxCar
vignette for example code.
bc_boxes(x, offset = 0L, fcol = "filterString")
x | An |
---|---|
offset |
|
fcol | The name of the feature variable containing the box
data. Default is |
A list of data frames of length length(x)
with start and
end box values.