consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 339401
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 946952 | 946952 | 339401 339401 | 73583 | 1 | 0.168 |
| 946953 | 946953 | 339401 339401 | 74640 | 1 | 0.336 |
| 946954 | 946954 | 339401 339401 | 130736 | 3 | 0.336 |
| 946955 | 946955 | 339401 339401 | 254085 | 1 | 0.112 |
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)
);