consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 227589
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124777 | 124777 | 43210 43210 | 227589 | 1 | 0.0786418674322806 |
| 188304 | 188304 | 67031 67031 | 227589 | 1 | 0.0777307756525056 |
| 725116 | 725116 | 256203 256203 | 227589 | 2 | 0.0657971236644748 |
| 910616 | 910616 | 321641 321641 | 227589 | 1 | 0.0782171619160019 |
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)
);