consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 266309
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 252518 | 252518 | 85802 85802 | 266309 | 1 | 0.041306028384811 |
| 944302 | 944302 | 338171 338171 | 266309 | 1 | 0.0459308059427065 |
| 1632498 | 1632498 | 493428 493428 | 266309 | 1 | 0.0455076670974413 |
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)
);