consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 230014
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 607163 | 607163 | 236289 236289 | 230014 | 1 | 0.000174768718041252 |
| 910272 | 910272 | 321493 321493 | 230014 | 1 | 0.0547393502752894 |
| 910293 | 910293 | 321500 321500 | 230014 | 4 | 0.0373132708416375 |
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)
);