consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 143216
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 320631 | 320631 | 108065 108065 | 143216 | 1 | 0.161290322580645 |
| 371731 | 371731 | 126607 126607 | 143216 | 6 | 0.275224156779651 |
| 955183 | 955183 | 342963 342963 | 143216 | 3 | 0.295259569225378 |
| 1687577 | 1687577 | 513383 513383 | 143216 | 5 | 0.318788757948577 |
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)
);