consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 68389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 246228 | 246228 | 83799 83799 | 68389 | 8 | 0.625 |
| 723662 | 723662 | 255768 255768 | 68389 | 12 | 0.636363636363636 |
| 874228 | 874228 | 302065 302065 | 68389 | 4 | 0.833333333333333 |
| 1629890 | 1629890 | 492499 492499 | 68389 | 8 | 0.9 |
| 1727708 | 1727708 | 529092 529092 | 68389 | 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)
);