consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 26894
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 782827 | 782827 | 273687 273687 | 26894 | 3 | 0.277777777777778 |
| 782831 | 782831 | 273688 273688 | 26894 | 3 | 0.277777777777778 |
| 934341 | 934341 | 333072 333072 | 26894 | 1 | 0.599254417849115 |
| 935011 | 935011 | 333613 333613 | 26894 | 3 | 0.532491436537994 |
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)
);