abr1: abr1 dataset

Description Usage Details Value Author(s) Examples

Description

Real world FIE-MS dataset.

Usage

1

Details

FIE-MS data matrices developed from analysis of samples representing a time course of pathogen attack in a model plant species (Brachypodium distachyon). The data was developed in a single batch with all samples randomised using a Thermo LTQ linear ion trap processed using fiems_ltq_main. Both positive and negative ion mode are given (abr1$pos and abr1$neg). To avoid confusions, variable names are given with a letter corresponding to the ionisation mode followed by the actual nominal mass value (e.g. P130 corresponds to the nominal mass 130 in the positive mode).

Experimental factors are given in the abr1$fact data frame:

Factor of interest for classification are contained in abr1$fact$day. There are 20 biological replicates in each class has

Value

A list with the following elements:

fact

A data frame containing experimental meta-data.

pos

A data frame for positive data with 120 observations and 2000 variables.

neg

A data frame for negative data with 120 observations and 2000 variables.

Author(s)

Manfred Beckmann, David Enot and Wanchang Lin meb,dle, wll@aber.ac.uk

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Load data set
data(abr1)

# Select data set
dat <- abr1$neg

# number of observations and variables in the negative mode matrix
dim(dat)

# names of the variables
dimnames(dat)[[2]]

# print out the experimental factors
print(abr1$fact)

# check out the repartition of class
table(abr1$fact$class)

aberHRML/FIEmspro documentation built on May 16, 2019, 6:56 p.m.