consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266429
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759033 | 759033 | 266429 266429 | 8357 | 3 | 0.401905842257964 |
| 759034 | 759034 | 266429 266429 | 115382 | 3 | 0.318992878396228 |
| 759035 | 759035 | 266429 266429 | 140283 | 1 | 0.133968614085988 |
| 759036 | 759036 | 266429 266429 | 169392 | 1 | 0.100476460564491 |
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)
);