consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 67938
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 190820 | 190820 | 67938 67938 | 3821 | 2 | 0.261817751522259 |
| 190821 | 190821 | 67938 67938 | 121946 | 1 | 0.261817751522259 |
| 190822 | 190822 | 67938 67938 | 133728 | 3 | 0.207804887095191 |
| 190823 | 190823 | 67938 67938 | 206636 | 5 | 0.182965344939553 |
| 190824 | 190824 | 67938 67938 | 232782 | 1 | 0.0654544378805647 |
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)
);