consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 173716
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 241014 | 241014 | 81914 81914 | 173716 | 3 | 0.172940773111131 |
| 551491 | 551491 | 217921 217921 | 173716 | 4 | 0.142696207285017 |
| 1626427 | 1626427 | 491160 491160 | 173716 | 3 | 0.165604278336885 |
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)
);