consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266718
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759873 | 759873 | 266718 266718 | 92509 | 3 | 0.363968274022285 |
| 759874 | 759874 | 266718 266718 | 163143 | 1 | 0.181984137011143 |
| 759875 | 759875 | 266718 266718 | 170845 | 1 | 0.121322758007428 |
| 759876 | 759876 | 266718 266718 | 170864 | 1 | 0.0909920685055713 |
| 759877 | 759877 | 266718 266718 | 254819 | 1 | 0.072793654804457 |
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)
);