consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 171992
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255316 | 255316 | 86666 86666 | 171992 | 1 | 0.152952948408903 |
| 584455 | 584455 | 228350 228350 | 171992 | 1 | 0.152952948408903 |
| 1633917 | 1633917 | 493900 493900 | 171992 | 1 | 0.165110828833716 |
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)
);