consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 145079
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 53676 | 53676 | 16710 16710 | 145079 | 1 | 0.216969403996488 |
| 322752 | 322752 | 108726 108726 | 145079 | 1 | 0.232523400738988 |
| 1748299 | 1748299 | 535481 535481 | 145079 | 1 | 0.216969403996488 |
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)
);