Learn R Programming

MSeasy (version 5.3.3)

ASCII_MSclust: Demonstration dataset for MS.clust

Description

This demonstration dataset includes 2 GC-MS analyses of Petrel, representing a total of 67 chromatogram's peaks. It can be used with the function MS.clust:

(i) to identify the optimal number of clusters.

(ii) to obtain the fingerprinting matrix (absence or presence of peaks for all samples)

Usage

data(ASCII_MSclust)

Arguments

Format

A data frame with 67 chromatogram's peaks from 2 GC-MS analyses.
  • header line the first row contains columns' names
  • first column name of the sample/analysis
  • second column retention time of the peak
  • following columns mean relative mass spectrum of the peak (the intensity of one mass fragment (m/z) per column; Mean mass spectrum calculated by averaging 5 percent of the mass spectra surrounding the apex; The intensity of each mass fragment is transformed to a relative percentage of the highest mass fragment per spectrum)

Examples

Run this code
data(ASCII_MSclust)

Run the code above in your browser using DataLab