consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 757962 | 757962 | 266155 266155 | 108885 | 1 | 0.192340160854457 |
| 757963 | 757963 | 266155 266155 | 111261 | 4 | 0.384680321708913 |
| 757964 | 757964 | 266155 266155 | 141192 | 1 | 0.128226773902971 |
| 757965 | 757965 | 266155 266155 | 254015 | 1 | 0.0961700804272283 |
| 757966 | 757966 | 266155 266155 | 298082 | 1 | 0.0769360643417827 |
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)
);