consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 24583
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 474790 | 474790 | 172697 172697 | 24583 | 1 | 0.292682926829268 |
| 491726 | 491726 | 185010 185010 | 24583 | 1 | 0.259157457912358 |
| 1695478 | 1695478 | 516684 516684 | 24583 | 1 | 0.259157457912358 |
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)
);