consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 222266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 566052 | 566052 | 222266 222266 | 30008 | 3 | 0.295328293300334 |
| 566053 | 566053 | 222266 222266 | 31131 | 7 | 0.337011020166746 |
| 566054 | 566054 | 222266 222266 | 59941 | 1 | 0.0930225833396545 |
| 566055 | 566055 | 222266 222266 | 95695 | 1 | 0.124030111119539 |
| 566056 | 566056 | 222266 222266 | 163972 | 1 | 0.124030111119539 |
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)
);