consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 186842
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 92843 | 92843 | 33044 33044 | 186842 | 2 | 0.033107829694451 |
| 363513 | 363513 | 123526 123526 | 186842 | 3 | 0.0300365710810494 |
| 711230 | 711230 | 252213 252213 | 186842 | 3 | 0.030188076740216 |
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)
);