consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 169010
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 29790 | 29790 | 8629 8629 | 169010 | 1 | 0.13986013986014 |
| 174918 | 174918 | 62474 62474 | 169010 | 2 | 0.123903913626515 |
| 240585 | 240585 | 81771 81771 | 169010 | 2 | 0.123673483121694 |
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)
);