consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 63135
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 177197 | 177197 | 63135 63135 | 4058 | 5 | 0.415531981826971 |
| 177198 | 177198 | 63135 63135 | 151583 | 2 | 0.194865443049765 |
| 177199 | 177199 | 63135 63135 | 193966 | 1 | 0.23866045198665 |
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)
);