dot-filter_peaklist_basic: Apply basic filters to peaklist

.filter_peaklist_basicR Documentation

Apply basic filters to peaklist

Description

Removes entries that are clearly invalid for formula assignment:

  • mz is missing (NA) or negative

  • i_magnitude is missing (NA)

These checks ensure that downstream validation and formula assignment receive only physically meaningful peaks.

Usage

.filter_peaklist_basic(pl)

Arguments

pl

A data.table representing a peaklist.

Value

A filtered data.table with invalid rows removed.

See Also

Other peaklist helpers: .as_peaklist_from_numeric(), .load_peaklist_file()


ume documentation built on Dec. 13, 2025, 1:06 a.m.