getMzIntNoise: Get Mass, Intensity and Noise

Description Usage Arguments Value Author(s) Examples

View source: R/getMzIntNoise.R

Description

Get the profile data (m/z, intensity and noise) across a given scan range

Usage

1
getMzIntNoise(filename, scans = c())

Arguments

filename

a .raw file

scans

a numeric vector of scan numbers to extract

Value

a list of matrices for m/z, intensity and noise

Author(s)

Tom Wilson tpw2@aber.ac.uk

Examples

1
2
3
4
## Not run: 
getMzIntNoise(QC.raw, scans = c(2:24)	

## End(Not run)

wilsontom/rawReadeR documentation built on May 4, 2019, 6:31 a.m.