consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 345233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 959426 | 959426 | 345233 345233 | 53429 | 3 | 0.272321876744021 |
| 959427 | 959427 | 345233 345233 | 98107 | 3 | 0.432284033617413 |
| 959428 | 959428 | 345233 345233 | 147292 | 1 | 0.108071008404353 |
| 959429 | 959429 | 345233 345233 | 325542 | 2 | 0.144094677872471 |
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)
);