consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 138744
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 109354 | 109354 | 38260 38260 | 138744 | 2 | 0.167646637083259 |
| 261274 | 261274 | 88498 88498 | 138744 | 3 | 0.177289391067099 |
| 689985 | 689985 | 246074 246074 | 138744 | 2 | 0.167646637083259 |
| 1636877 | 1636877 | 494947 494947 | 138744 | 1 | 0.141227593699077 |
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)
);