consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 112722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 334390 | 334390 | 112722 112722 | 26289 | 4 | 0.180185879721439 |
| 334391 | 334391 | 112722 112722 | 126823 | 1 | 0.303035320674189 |
| 334392 | 334392 | 112722 112722 | 142903 | 3 | 0.303035320674189 |
| 334393 | 334393 | 112722 112722 | 156087 | 1 | 0.101011773558063 |
| 334394 | 334394 | 112722 112722 | 307978 | 2 | 0.0874787619826039 |
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)
);