consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 65623
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 109376 | 109376 | 38269 38269 | 65623 | 2 | 0.292744488648645 |
| 722168 | 722168 | 255241 255241 | 65623 | 3 | 0.320423769339516 |
| 1759119 | 1759119 | 539664 539664 | 65623 | 2 | 0.295806105700569 |
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)
);