consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 225127
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 221350 | 221350 | 76600 76600 | 225127 | 1 | 0.0881247735031058 |
| 430090 | 430090 | 154895 154895 | 225127 | 1 | 0.0881247735031058 |
| 672344 | 672344 | 240553 240553 | 225127 | 1 | 0.0885629257993494 |
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)
);