consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 112268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333047 | 333047 | 112268 112268 | 25250 | 8 | 0.430307929685639 |
| 333048 | 333048 | 112268 112268 | 172772 | 1 | 0.0860615859371278 |
| 333049 | 333049 | 112268 112268 | 188532 | 2 | 0.10757698242141 |
| 333050 | 333050 | 112268 112268 | 212040 | 3 | 0.187954300597248 |
| 333051 | 333051 | 112268 112268 | 258422 | 3 | 0.16419320526493 |
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)
);