consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 239463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668267 | 668267 | 239463 239463 | 55499 | 1 | 0.310365416464294 |
| 668268 | 668268 | 239463 239463 | 111131 | 2 | 0.155182708232147 |
| 668269 | 668269 | 239463 239463 | 118673 | 3 | 0.310365416464294 |
| 668270 | 668270 | 239463 239463 | 259796 | 2 | 0.0895947783714052 |
| 668271 | 668271 | 239463 239463 | 269886 | 1 | 0.103455138821431 |
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)
);