consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 60256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 168929 | 168929 | 60256 60256 | 28063 | 1 | 0.116802774951589 |
| 168930 | 168930 | 60256 60256 | 46641 | 11 | 0.308916914869767 |
| 168931 | 168931 | 60256 60256 | 107150 | 3 | 0.350408324854766 |
| 168932 | 168932 | 60256 60256 | 191781 | 1 | 0.116802774951589 |
| 168933 | 168933 | 60256 60256 | 253968 | 1 | 0.0876020812136915 |
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)
);