ionLayers {MsImaging} R Documentation

load the raw pixels data from imzML file

Description

Usage

ionLayers(imzML, mz,
    tolerance = "da:0.1",
    skip.zero = TRUE);

Arguments

imzML

the ms-imaging rawdata source, could be a rawdata rendering wrapper Drawer, or a indexed XICReader for specific ions collection.

mz

a collection of ion m/z value for rendering on one image. [as double]

tolerance

m/z tolerance error for get layer data

skip.zero

[as boolean]

Details

Authors

BioNovoGene

Value

this function returns data object of type pipeline.

clr value class

Examples


[Package MsImaging version 1.0.0.0 Index]