consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 144881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212366 | 212366 | 74198 74198 | 144881 | 1 | 0.182175672924942 |
| 374682 | 374682 | 127824 127824 | 144881 | 1 | 0.168674698795181 |
| 423873 | 423873 | 153267 153267 | 144881 | 1 | 0.182175672924942 |
| 1690424 | 1690424 | 514572 514572 | 144881 | 1 | 0.170212765957447 |
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)
);