consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 259334
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 94602 | 94602 | 33587 33587 | 259334 | 3 | 0.121191198139706 |
| 363580 | 363580 | 123543 123543 | 259334 | 3 | 0.145960921264045 |
| 711265 | 711265 | 252217 252217 | 259334 | 4 | 0.112396482579497 |
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)
);