consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266500
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759255 | 759255 | 266500 266500 | 2615 | 1 | 0.116578917500496 |
| 759256 | 759256 | 266500 266500 | 3142 | 2 | 0.10096030410112 |
| 759257 | 759257 | 266500 266500 | 90210 | 2 | 0.349736752501488 |
| 759258 | 759258 | 266500 266500 | 139019 | 2 | 0.174868376250744 |
| 759259 | 759259 | 266500 266500 | 296207 | 1 | 0.0699473505002975 |
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)
);