consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 315792
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 898285 | 898285 | 315792 315792 | 41988 | 1 | 0.124266721891113 |
| 898286 | 898286 | 315792 315792 | 43541 | 3 | 0.49706688756445 |
| 898287 | 898287 | 315792 315792 | 174554 | 2 | 0.20292670709438 |
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)
);