consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 158393
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 190891 | 190891 | 67949 67949 | 158393 | 1 | 0.0747853675211614 |
| 757043 | 757043 | 265913 265913 | 158393 | 2 | 0.0964096288585145 |
| 759051 | 759051 | 266433 266433 | 158393 | 1 | 0.0807040886574088 |
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)
);