Learn R Programming

SIMAT (version 1.4.0)

target.table: Extracted target information from a csv file.

Description

The information in this data set, was obtained by using getTargetTable function. It includes a variable called target.table which contains compound names, and the mass of the fragments in the spectrum of each compound selected for SIM analysis.

Usage

data(target.table)

Arguments

Value

Format

A list with the same number of observations on the following 2 variables:
compound
a character vector of name of the compounds.
ms
a list of numeric vectors of mass of fragments for each compound.

Details

This is the data extracted from a target information table. It was obtained by using getTargetTable 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(target.table)

Run the code above in your browser using DataLab