consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 115770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 140370 | 140370 | 50008 50008 | 115770 | 1 | 0.408628001184222 |
| 562712 | 562712 | 221201 221201 | 115770 | 1 | 0.415239576400731 |
| 795760 | 795760 | 277682 277682 | 115770 | 1 | 0.408628001184222 |
| 919779 | 919779 | 326283 326283 | 115770 | 1 | 0.408628001184222 |
| 1766601 | 1766601 | 543856 543856 | 115770 | 1 | 0.408628001184222 |
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)
);