linears {MRMLinear} R Documentation

Create linear fitting based on the wiff raw scan data.

Description

Usage

linears(rawScan, calibrates, ISvector,
    blankControls = NULL,
    maxDeletions = 1,
    isWorkCurveMode = TRUE,
    args = NULL);

Arguments

rawScan

The wiff raw scan data which are extract by function: wiff.scans. [as DataSet]

calibrates

[as Standards]

[ISvector]

-

maxDeletions

Max number of the reference points that delete automatically by the linear modelling program. + negative value means auto + zero means no deletion + positive means the max allowed point numbers for auto deletion by the program. [as integer]

Details

20200106 checked, test success

Authors

BioNovoGene

Value

this function returns data object of type StandardCurve[].

clr value class

Examples


[Package MRMLinear version 1.0.0.0 Index]