consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 232943
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 215328 | 215328 | 74796 74796 | 232943 | 1 | 0.0169126148015341 |
| 425978 | 425978 | 153677 153677 | 232943 | 1 | 0.0169126148015341 |
| 730998 | 730998 | 257822 257822 | 232943 | 1 | 0.0169163875533564 |
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)
);