consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 275933
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 324496 | 324496 | 109337 109337 | 275933 | 3 | 0.170498670558823 |
| 573690 | 573690 | 224793 224793 | 275933 | 3 | 0.170498670558823 |
| 1667504 | 1667504 | 505686 505686 | 275933 | 3 | 0.1617611658304 |
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)
);