consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 291603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 310341 | 310341 | 104794 104794 | 291603 | 2 | 0.104219695357815 |
| 581896 | 581896 | 227577 227577 | 291603 | 2 | 0.104219695357815 |
| 953355 | 953355 | 342164 342164 | 291603 | 1 | 0.101943023042386 |
| 1661142 | 1661142 | 503494 503494 | 291603 | 1 | 0.101384252685377 |
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)
);