consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 284465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 819569 | 819569 | 284465 284465 | 56446 | 10 | 0.570735886270226 |
| 819570 | 819570 | 284465 284465 | 166562 | 1 | 0.163900843424096 |
| 819571 | 819571 | 284465 284465 | 281597 | 2 | 0.218534457898794 |
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)
);