consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 110456
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 480082 | 480082 | 175751 175751 | 110456 | 1 | 0.302947926882454 |
| 698873 | 698873 | 249099 249099 | 110456 | 1 | 0.226266933235517 |
| 1753134 | 1753134 | 537117 537117 | 110456 | 1 | 0.269594800597096 |
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)
);