consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 117520
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 418392 | 418392 | 149092 149092 | 117520 | 1 | 0.350440262760282 |
| 498140 | 498140 | 191413 191413 | 117520 | 1 | 0.350440262760282 |
| 596257 | 596257 | 232141 232141 | 117520 | 1 | 0.350440262760282 |
| 1763914 | 1763914 | 542284 542284 | 117520 | 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)
);