Dulce_filterMZDistances: MS/MS Distances Filtration and Highlighting

Dulce_filterMZDistancesR Documentation

MS/MS Distances Filtration and Highlighting

Description

This function filters the MS/MS spectra by the amount of different meaningful differences.

Usage

Dulce_filterMZDistances(data, sigdiff = NULL, n = NULL, mzdiff = NULL)

Arguments

data

data.frame object with calculated distances.

sigdiff

numeric vector with significant m/z differences values.

n

numeric value. Indicates the amount of different significant differences that a spectra should have in order to be included (not filtered out). If NULL, then n=length(sigdiff)

mzdiff

numeric value. Indicates the allowed range of mz values by which differences should be filtered.

Value

This function returns a data.frame with the filtered spectra based on the significant differences that were present.


margotbligh/Dulce documentation built on May 15, 2022, 10:51 a.m.