Last data update: 2014.03.03

R: Data inspired by GC mass spectrometry experiments
multiex1R Documentation

Data inspired by GC mass spectrometry experiments

Description

Data inspired by GC mass spectrometry experiments.

Usage

data("multiex1")

Format

PsiList is a list of 15 matrices of dimension 81 by 165, each representing time and m/z resolved data.

WList is a list of 15 matrices of dimension 81 by 165, in which each point is a weight to be applied to a given data point.

xm and xm2 represent the 81 times and 165 m/z values represented by each dataset in PsiList, respectively.

AList is a list of length 15, the elements of which represent estimates for the amplitude of each component in each of the 15 datasets.

C1 is a 81 by 2 matrix representing a starting value for the shape of the elution profiles.

Sm represents mass spectra known to be represented in the data, as a 165 by 2 matrix.

See Also

als

Examples

data("multiex1")
## mass spectra in the data 
plotS(Sm,xm2)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ALS)
Loading required package: nnls
Loading required package: Iso
Iso 0.0-17
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ALS/multiex1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: multiex1
> ### Title: Data inspired by GC mass spectrometry experiments
> ### Aliases: multiex1 PsiList AList xm xm2 Sm C1 WList
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data("multiex1")
> ## mass spectra in the data 
> plotS(Sm,xm2)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>