consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 129844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 676921 | 676921 | 241890 241890 | 129844 | 3 | 0.379008769075111 |
| 934427 | 934427 | 333131 333131 | 129844 | 3 | 0.379008769075111 |
| 1743819 | 1743819 | 534061 534061 | 129844 | 3 | 0.379008769075111 |
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)
);