consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 66465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 67781 | 67781 | 22516 22516 | 66465 | 6 | 0.341968911917098 |
| 383619 | 383619 | 131422 131422 | 66465 | 6 | 0.341968911917098 |
| 722548 | 722548 | 255387 255387 | 66465 | 6 | 0.341968911917098 |
| 1698814 | 1698814 | 518143 518143 | 66465 | 6 | 0.341968911917098 |
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)
);