consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 37386
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 154286 | 154286 | 55487 55487 | 37386 | 1 | 0.054642645020788 |
| 452205 | 452205 | 162294 162294 | 37386 | 4 | 0.244828837976318 |
| 863132 | 863132 | 298244 298244 | 37386 | 4 | 0.506024096385542 |
CREATE TABLE [consensus_index] (
[inventory_id] integer,
[inchi_id] text,
[consensus_score] text,
[consensus_count] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);