mzmatch.Data: Sample Orbitrap LC/MS data

Description Details Examples

Description

Sample Orbitrap LC/MS data files acquired in Positive ionisation mode on Zic HILIC column. Standart amino acids mixtures were analysed at three different concentrations. Data files are organised in three folders where each folder represents a sample concentration. Every folder contains three files which are three technical replicates of the single analytical sample.

Details

The corresponding raw mzXML files are located in the orbitrap subdirectory of this package.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## The directory with the mzXML LC/MS files
mzdatapath <- file.path(.find.package("mzmatch.Data"), "orbitrap")
mzdatapath
files <- list.files(mzdatapath, recursive = TRUE, full.names = TRUE)

if (require(xcms)) {

## Access raw data file
x <- xcmsRaw(files[1])
x

}

mzmatch.Data documentation built on May 2, 2019, 6:14 p.m.