consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 41145
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 117936 | 117936 | 41145 41145 | 17769 | 1 | 0.179390395059618 |
| 117937 | 117937 | 41145 41145 | 18533 | 5 | 0.31233681893813 |
| 117938 | 117938 | 41145 41145 | 188001 | 1 | 0.119593596706412 |
| 117939 | 117939 | 41145 41145 | 190703 | 4 | 0.358780790119237 |
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)
);