consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 109796
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 209125 | 209125 | 73796 73796 | 109796 | 5 | 0.550591736736354 |
| 257132 | 257132 | 87071 87071 | 109796 | 2 | 0.0551273604358953 |
| 879031 | 879031 | 305123 305123 | 109796 | 1 | 0.0672368515251348 |
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)
);