consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 9262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 309275 | 309275 | 104485 104485 | 9262 | 2 | 0.305021708069776 |
| 466398 | 466398 | 168457 168457 | 9262 | 2 | 0.305021708069776 |
| 582669 | 582669 | 227803 227803 | 9262 | 4 | 0.393270600199093 |
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)
);