consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 260115
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 331043 | 331043 | 111579 111579 | 260115 | 2 | 0.077253669494696 |
| 930711 | 930711 | 331364 331364 | 260115 | 1 | 0.0642266286072146 |
| 1749813 | 1749813 | 535993 535993 | 260115 | 1 | 0.0611140949532776 |
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)
);