consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 22388
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 55518 | 55518 | 17390 17390 | 22388 | 5 | 0.83931363474106 |
| 520403 | 520403 | 207835 207835 | 22388 | 1 | 0.238095238095238 |
| 520407 | 520407 | 207836 207836 | 22388 | 1 | 0.122891626889337 |
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)
);