consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724044 | 724044 | 255882 255882 | 66787 | 1 | 0.189239332096475 |
| 724045 | 724045 | 255882 255882 | 68383 | 12 | 0.37847866419295 |
| 724046 | 724046 | 255882 255882 | 220311 | 1 | 0.126159554730983 |
| 724047 | 724047 | 255882 255882 | 250871 | 1 | 0.0946196660482375 |
| 724048 | 724048 | 255882 255882 | 322995 | 1 | 0.189239332096475 |
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)
);