consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 80085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 234509 | 234509 | 80085 80085 | 44143 | 6 | 0.308300395256917 |
| 234510 | 234510 | 80085 80085 | 129980 | 2 | 0.308300395256917 |
| 234511 | 234511 | 80085 80085 | 168943 | 2 | 0.154150197628458 |
| 234512 | 234512 | 80085 80085 | 188281 | 1 | 0.102766798418972 |
| 234513 | 234513 | 80085 80085 | 229192 | 1 | 0.102766798418972 |
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)
);