consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 108334
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 321516 | 321516 | 108334 108334 | 17088 | 2 | 0.331374801713445 |
| 321517 | 321517 | 108334 108334 | 114176 | 3 | 0.208753044041754 |
| 321518 | 321518 | 108334 108334 | 132676 | 4 | 0.0956596654859581 |
| 321519 | 321519 | 108334 108334 | 188296 | 4 | 0.278651882866246 |
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)
);