consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 259577
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 312067 | 312067 | 105346 105346 | 259577 | 2 | 0.0224991061610917 |
| 467410 | 467410 | 168860 168860 | 259577 | 1 | 0.0214613424268616 |
| 954782 | 954782 | 342802 342802 | 259577 | 1 | 0.0214613424268616 |
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)
);