Learn R Programming

SIMAT (version 1.4.0)

Targets: Targets information in a list.

Description

The information in this data set, was obtained by using getTarget function. It includes a variable called Targets which contains targets information, including the compound name, retention time, retention index, together with mass and intensity of the fragments.

Usage

data(Targets)

Arguments

Value

Format

A list with variable number of observations on the following 7 variables:
compound
a character vector containing the names of the targets
ms
a list of numeric vectors of fragment mass of the targets
sp
a list of numeric vectors of fragment intensities of the targets
rt
a numeric vector of retention times of the targets
ri
a numeric vector of the retention indexed of the targets
quantFrag
a numeric vector showing the index of quantifier fragment in ms and sp fields.
sortedFrag
a list of numeric vectors showing the order of fragments from the most favorable to the list favorable choice for a quantifier.

Details

This is the data extracted from a library using a target.table. It was obtained by using getTarget function. The data set is provided as an example to be used for functions in the package. More examples can be found in the reference.

References

http://omics.georgetown.edu/SIMAT.html

Examples

Run this code
    data(Targets)

Run the code above in your browser using DataLab