consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 17264
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 446813 | 446813 | 160090 160090 | 17264 | 3 | 0.172526265571826 |
| 915682 | 915682 | 324485 324485 | 17264 | 3 | 0.172526265571826 |
| 1636294 | 1636294 | 494730 494730 | 17264 | 6 | 0.205552011975003 |
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)
);