MRM.arguments {MRMLinear} R Documentation

Create argument object for run MRM quantification.

Description

Usage

MRM.arguments(
    tolerance = "da:0.3",
    timeWindowSize = 5,
    angleThreshold = 5,
    baselineQuantile = 0.65,
    integratorTicks = 5000,
    peakAreaMethod = NetPeakSum,
    peakwidth = "8,30",
    TPAFactors = NULL,
    sn.threshold = 3);

Arguments

tolerance

-

timeWindowSize#

-

angleThreshold#

-

baselineQuantile#

-

integratorTicks%

-

peakAreaMethod

[as PeakAreaMethods]

peakwidth

-

TPAFactors

[as list]

sn.threshold

[as double]

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type MRMArguments.

clr value class

Examples


[Package MRMLinear version 1.0.0.0 Index]