parseSampEIC: Parse MS raw datafile to extract EICs

Description Usage Arguments Details Value Author(s) Examples

Description

Parse MS raw datafile to extract EICs

Usage

1
parseSampEIC(matfile, tabeic, corrt = NULL, npad = 3, stepmz = 1/1000, verbose = TRUE, ncl = 1, mzdata = FALSE, chunk = 200)

Arguments

matfile

Information data frame, columns: Sid, unique sample id, In:input file, Out=where to store

tabeic

tabeic data frame, must contain Id, mzmin, mzmax,

corrt

Matrix, row=Sid, column=retention time to adjust

npad

num. of additional scan on each side

stepmz

round m/z

verbose

should blahblah

ncl

num. of clusters - needs library(snowfall)

mzdata

is the input file a mzdata - needs library(mzR)

chunk

control the

Details

blahbhla

Value

Data frame

Author(s)

David Enot david.enot@gustaveroussy.fr

Examples

1
print('none')

tonedivad/GRMeta documentation built on May 31, 2019, 6:21 p.m.