consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 143698
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 109264 | 109264 | 38223 38223 | 143698 | 1 | 0.496670394646774 |
| 374614 | 374614 | 127801 127801 | 143698 | 1 | 0.454143162879296 |
| 1690335 | 1690335 | 514540 514540 | 143698 | 1 | 0.496056667431436 |
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)
);