Learn R Programming

PAPi (version 1.12.0)

keggLibrary: An example of the library mapping name of compounds to their respective KEGG codes.

Description

keggLibrary is an example of the keggCodes library used by the function addKeggCodes, which automates the substitution of compounds names by KEGG codes. keggLibrary is a data frame containing a list of KEGG compounds codes in the first column and their respective names in the second column.

Usage

data(keggLibrary)

Arguments

Format

A data frame with 2 columns and n rows, where n is the number of compounds present in the library.
kegg
a list of KEGG codes for the compounds described in the second column.
Name
a list of compound names related to the KEGG codes in column one.

Details

For a high-throughput platform, the keggLibrary must contain all the compounds potentially identifiable by the protocol in use. Every time a new compound is added, for example in the GC-MS library, the same compound must be added to the keggLibrary.

References

Aggio, R.B.M; Ruggiero, K. and Villas-Boas, S.G. (2010) - Pathway Activity Profiling (PAPi): from metabolite profile to metabolic pathway activity. Bioinformatics.

Examples

Run this code
data(keggLibrary)
print(keggLibrary)

Run the code above in your browser using DataLab