consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 296983
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 117976 | 117976 | 41157 41157 | 296983 | 1 | 0.155269501625735 |
| 319518 | 319518 | 107670 107670 | 296983 | 1 | 0.1439193396295 |
| 1665228 | 1665228 | 504854 504854 | 296983 | 3 | 0.184920545350546 |
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)
);