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:
- ec_number: the enzyme number from the parameter input
- ko: the kegg ko id that the enzyme mapping to
- symbol: the gene name of the enzyme
- name: the gene function, or the full name
Examples
[Package
GCModeller version 1.1.0-beta
Index]