filterPeaks.msimat: Filter peak list of MSI data

Description Usage Arguments

View source: R/filterPeaks.msimat.R

Description

Filter peak list of MSI data

Usage

1
2
3
## S3 method for class 'msimat'
filterPeaks(d, how = c("topX", "XofTop", "XofTotal"),
  x = NULL, index = NULL)

Arguments

d

either an msimat object, or a data.frame with three columns: peaks, counts, and intensities representing the mass spectrum of the MSI data.

how

character; Method to use for filtering (see above)

x

numeric; Parameter for the filtering method.

index

logical; If input is a dataframe, and index=TRUE, then return will be a vector of indices rather than a data frame.


kbseah/mass2adduct documentation built on June 9, 2021, 9:20 p.m.