consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 281179
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 807514 | 807514 | 281179 281179 | 15246 | 1 | 0.177189153173595 |
| 807515 | 807515 | 281179 281179 | 47919 | 3 | 0.281270248145118 |
| 807516 | 807516 | 281179 281179 | 120688 | 3 | 0.245712194091107 |
| 807517 | 807517 | 281179 281179 | 124049 | 5 | 0.268568534871166 |
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)
);