consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 22706
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 68162 | 68162 | 22706 22706 | 83226 | 4 | 0.39680593983956 |
| 68163 | 68163 | 22706 22706 | 173307 | 1 | 0.09920148495989 |
| 68164 | 68164 | 22706 22706 | 185712 | 1 | 0.132268646613187 |
| 68165 | 68165 | 22706 22706 | 230848 | 3 | 0.19840296991978 |
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)
);