compound {repository} R Documentation

construct a new kegg compound data model

Description

Usage

compound(entry, name, formula, exactMass,
    reaction = NULL,
    enzyme = NULL,
    remarks = NULL,
    KCF = NULL,
    DBLinks = NULL,
    pathway = NULL,
    modules = NULL);

Arguments

entry

[as string]

name

[as string]

formula

[as string]

exactMass

[as double]

reaction

[as string]

enzyme

[as string]

remarks

[as string]

KCF

[as string]

DBLinks

[as dataframe]

pathway

[as dataframe]

modules

[as dataframe]

Details

Authors

kegg_kit

Value

this function returns data object of type Compound.

clr value class

Examples


[Package repository version 1.0.0.0 Index]