consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 210448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 530401 | 530401 | 210448 210448 | 556 | 9 | 0.446808510638298 |
| 530402 | 530402 | 210448 210448 | 85456 | 1 | 0.148936170212766 |
| 530403 | 530403 | 210448 210448 | 142417 | 2 | 0.223404255319149 |
| 530404 | 530404 | 210448 210448 | 321837 | 1 | 0.148936170212766 |
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)
);