consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 177540
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 482803 | 482803 | 177540 177540 | 225 | 5 | 0.420226344397791 |
| 482804 | 482804 | 177540 177540 | 453 | 2 | 0.152647351817442 |
| 482805 | 482805 | 177540 177540 | 525 | 1 | 0.160904436845387 |
| 482806 | 482806 | 177540 177540 | 180336 | 1 | 0.12067832763404 |
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)
);