consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 214234
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 540753 | 540753 | 214234 214234 | 27380 | 2 | 0.262085003667695 |
| 540754 | 540754 | 214234 214234 | 76685 | 1 | 0.370644166681456 |
| 540755 | 540755 | 214234 214234 | 110737 | 6 | 0.330206412982704 |
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)
);