consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 159007
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 443574 | 443574 | 159007 159007 | 4086 | 5 | 0.265180345214182 |
| 443575 | 443575 | 159007 159007 | 45728 | 4 | 0.153901932600844 |
| 443576 | 443576 | 159007 159007 | 137749 | 4 | 0.461705797802533 |
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)
);