consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 250266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 702718 | 702718 | 250266 250266 | 40573 | 12 | 0.40271214587634 |
| 702719 | 702719 | 250266 250266 | 55646 | 1 | 0.0805424291752681 |
| 702720 | 702720 | 250266 250266 | 183041 | 1 | 0.100678036469085 |
| 702721 | 702721 | 250266 250266 | 233679 | 2 | 0.16440654510305 |
| 702722 | 702722 | 250266 250266 | 261947 | 2 | 0.16440654510305 |
| 702723 | 702723 | 250266 250266 | 307808 | 1 | 0.06711869097939 |
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)
);