ecnumber_to_ko {GCModeller} R Documentation

A helper function for make conversion from the ec number list to ko id

Description

@param ec_number a character vector of the ec number.

Usage

ecnumber_to_ko(
    ec.number = '*');

Arguments

Details

Authors

xieguigang

Value

a dataframe object that mapping the ec number to the corresponding ko id, this dataframe object contains two data fields:

  1. ec_number: the enzyme number from the parameter input
  2. ko: the kegg ko id that the enzyme mapping to
  3. symbol: the gene name of the enzyme
  4. name: the gene function, or the full name

Examples


[Package GCModeller version 1.1.0-beta Index]