consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 20260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 126432 | 126432 | 45189 45189 | 20260 | 8 | 0.625 |
| 326156 | 326156 | 109912 109912 | 20260 | 6 | 0.875 |
| 472564 | 472564 | 171454 171454 | 20260 | 6 | 0.875 |
| 898314 | 898314 | 315803 315803 | 20260 | 4 | 0.833333333333333 |
| 1668225 | 1668225 | 505938 505938 | 20260 | 8 | 0.9 |
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)
);