consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 310040
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 339675 | 339675 | 114574 114574 | 310040 | 1 | 0.0187870738008935 |
| 908139 | 908139 | 320606 320606 | 310040 | 1 | 0.020520947421476102 |
| 908205 | 908205 | 320621 320621 | 310040 | 1 | 0.0204983356417183 |
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)
);