FilterMz {MsImaging} R Documentation

Extract a spectrum matrix object from MSI data by a given set of m/z values

Description

Usage

FilterMz(viewer, mz,
    tolerance = "ppm:20",
    title = "FilterMz");

Arguments

viewer

A ms-imaging Drawer canvas object, which contains the ms-imaging rawdata. [as Drawer]

mz

A numeric vector that used as the ion m/z value for extract the imaging layer data from the drawer canvas. [as double]

tolerance

the mass tolerance error

title

[as string]

env

[as Environment]

Details

Authors

BioNovoGene

Value

A spectrum matrix data of m/z value assocated with the intensity value

clr value class

Examples


[Package MsImaging version 1.0.0.0 Index]