consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 15477
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 319322 | 319322 | 107605 107605 | 15477 | 1 | 0.352941176470588 |
| 469772 | 469772 | 169953 169953 | 15477 | 1 | 0.343849596088132 |
| 575880 | 575880 | 225581 225581 | 15477 | 1 | 0.352941176470588 |
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)
);