Learn R Programming

erah (version 1.1.2)

RawDataParameters-class: Class "RawDataParameters"

Description

The RawDataParameters class contains the slots for storing and accessing into a MS sample, and the essential parameters for performing its processing (deconvolution).

Arguments

Slots

data:

The data matrix of the sample to be processed

min.mz:

The minimum adquired mz number

max.mz:

The maximum adquired mz number

start.time:

Starting time of adquisition

mz.resolution:

Mz resolution

scans.per.second:

Scans per second

avoid.processing.mz:

Which mz do not have to be processed

min.peak.width:

Minimum peak width (stored in scans)

min.peak.height:

Minimum peak height

noise.threshold:

The noise threshold

compression.coef:

Compression coefficient (parameter for Orthogonal Signal Deconvolution)

Author

Xavier Domingo-Almenara.