react190303: KEGG REACTION data coverted to data.frame.

Description Usage Format References Examples

Description

The data from the KEGG data base of KEGG REACTION(03/03/19). Those of 11137 entries which, mapped on PATHWAY map. This data colected from KEGG REACTION database using KEGG API.

Usage

1

Format

An object of data frame with 11137 rows and 17 columns(at 03/03/19), named "ENTRY", "NAME", "DEFINITION", "EQUATION", "Subs", "Pros", "KOids", "PATHWAYids", "REMARK", "COMMENT", "RCLASS", "ENZYME", "DBLINKS", "PATHWAY", "MODULE", "ORTHOLOGY", "REFERENCE". The "Subs" and "Pros" splitted from "EQUATION". The "KOids" and "PATHWAYids" splitted from "PATHWAY".

References

Rpubs

Examples

1
2
3
4
5
## Not run: 
data(react171116)
react190303[1:3, c("ENTRY","EQUATION")]

## End(Not run)

shkonishi/rskodata documentation built on June 24, 2019, 1:03 p.m.