getMzInt: Get Mass and Intensity

Description Usage Arguments Value Author(s) Examples

View source: R/getMzInt.R

Description

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

Usage

1
getMzInt(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 and intensity.

Author(s)

Tom Wilson tpw2@aber.ac.uk

Examples

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

## End(Not run)

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