MS1 {MsImaging} R Documentation

get the ms1 spectrum data in a specific pixel position

Description

Usage

MS1(viewer, x, y,
    tolerance = "da:0.1",
    threshold = 0.01,
    composed = TRUE);

Arguments

viewer

[as Drawer]

x

[as integer]

y

[as integer]

tolerance

-

threshold

[as double]

composed

by default a union ion spectrum object will be generates based on the given spatial spots data, for set this parameter value to false, then a tuple list object data that contains the ms1 spectrum data for each spatial spots will be returns. [as boolean]

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type LibraryMatrix.

clr value class

Examples


[Package MsImaging version 1.0.0.0 Index]