consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 188276
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162632 | 162632 | 58246 58246 | 188276 | 3 | 0.0314590814977166 |
| 211614 | 211614 | 74100 74100 | 188276 | 2 | 0.0839994599762548 |
| 423504 | 423504 | 153223 153223 | 188276 | 2 | 0.0839266057539099 |
| 940414 | 940414 | 336431 336431 | 188276 | 2 | 0.0833842012722686 |
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)
);