wiff.rawfiles {MRMLinear} R Documentation

Create model of the MRM raw files

Description

Usage

wiff.rawfiles(convertDir,
    patternOfRef = ".+[-]CAL[-]?\d+",
    patternOfBlank = "KB[-]?(\d+)?");

Arguments

convertDir

A directory data object for read MRM sample raw files. If the parameter value is a list, then it should contains at least two fields: samples and reference. The balnks raw data should be contains in reference files directory.

patternOfRef

File name pattern for filter reference data. [as string]

patternOfBlank

File name pattern for filter blank controls. [as string]

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type any kind.

clr value class

Examples


[Package MRMLinear version 1.0.0.0 Index]