peaksUnmatched {RMassBank}R Documentation

Select matching/unmatching peaks from aggregate table

Description

Select matching/unmatching peaks from aggregate table

Usage

peaksUnmatched(o, cleaned = FALSE)

## S4 method for signature 'data.frame'
peaksUnmatched(o, cleaned = FALSE)

## S4 method for signature 'msmsWorkspace'
peaksUnmatched(o, cleaned = FALSE)

Arguments

o

Workspace or aggregate table from a workspace

cleaned

Return only peaks which pass electronic noise filtering if TRUE.

Value

Selects the peaks from the aggregate table which matched within filter criteria (peaksMatched) or didn't match (peaksUnmatched).

Methods (by class)

Author(s)

stravsmi


[Package RMassBank version 2.14.1 Index]