consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726373 | 726373 | 256557 256557 | 73791 | 9 | 0.318252730109204 |
| 726374 | 726374 | 256557 256557 | 98984 | 3 | 0.318252730109204 |
| 726375 | 726375 | 256557 256557 | 170603 | 1 | 0.106084243369735 |
| 726376 | 726376 | 256557 256557 | 260928 | 2 | 0.159126365054602 |
| 726377 | 726377 | 256557 256557 | 263594 | 1 | 0.0795631825273011 |
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)
);