flavourcompounds
Description
A hypergraph representing the relationships between ingredients and their chemical compounds in various recipes. Each hyperedge connects multiple compounds that are found in a single ingredient. Hyperedges (ingredients) have metadata including ingredient name and category (Flower, Fish, Herb, etc.). Nodes (compounds) have metadata including compound name and CAS number.
Basic statistics
- Nodes: 1107
- Hyperedges: 1153
- Unique hyperedges: 1153
- Max size hyperedge: 239
Hypergraph metadata
| Property | Description |
|---|---|
| type | (STRING) Hypergraph type (e.g., Hypergraph). |
| weighted | (BOOL) Whether the hypergraph is weighted (e.g., false). |
Hyperedge metadata
| Property | Description |
|---|---|
| category | (STRING) Recipe category (e.g., plant). |
| ingredient_id | (INT) Ingredient ID (e.g., 440). |
| ingredient_name | (STRING) Ingredient name (e.g., monodora_grandiflora). |
Hyperedge size distribution
Hyperdegree distribution
Download
- Version 1.0.0 Binary (89.7 KB) JSON (52.3 KB)
Provenance
Source: https://github.com/lingcheng99/Flavor-Network/tree/master/data
License: GPL 3.0 (only)
Reproducibility: Instructions and scripts
Citation
When this data is used in published research or for visualization purposes, please cite the following:
Copied!
@article{ahn2011flavor,
title = {Flavor network and the principles of food pairing},
author = {Ahn, Yong-Yeol and Ahnert, Sebastian E and Bagrow, James P and Barab{\'a}si, Albert-L{\'a}szl{\'o}},
journal = {Scientific reports},
volume = {1},
number = {1},
pages = {196},
year = {2011},
publisher = {Nature Publishing Group UK London}
}
@misc{lingcheng99,
title = {Lingcheng99/flavor-network},
url = {https://github.com/lingcheng99/Flavor-Network/tree/master},
journal = {GitHub},
author = {lingcheng99}
}