consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 107780
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 119117 | 119117 | 41465 41465 | 107780 | 1 | 0.137110679949058 |
| 715155 | 715155 | 253097 253097 | 107780 | 1 | 0.104419949671119 |
| 1726676 | 1726676 | 528708 528708 | 107780 | 1 | 0.137110679949058 |
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)
);