consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 227275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 580899 | 580899 | 227275 227275 | 10418 | 8 | 0.488368201386806 |
| 580900 | 580900 | 227275 227275 | 14813 | 4 | 0.19419246771177 |
| 580901 | 580901 | 227275 227275 | 67271 | 1 | 0.122092050346702 |
| 580902 | 580902 | 227275 227275 | 208340 | 1 | 0.162789400462269 |
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)
);