consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 203255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 186141 | 186141 | 66377 66377 | 203255 | 1 | 0.0205740940905507 |
| 213406 | 213406 | 74322 74322 | 203255 | 1 | 0.022375904728719 |
| 424533 | 424533 | 153337 153337 | 203255 | 1 | 0.022375904728719 |
| 725493 | 725493 | 256320 256320 | 203255 | 1 | 0.0224067583588924 |
| 837314 | 837314 | 290499 290499 | 203255 | 1 | 0.022375904728719 |
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)
);