consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 115111
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341156 | 341156 | 115111 115111 | 30714 | 9 | 0.462909494802967 |
| 341157 | 341157 | 115111 115111 | 70927 | 1 | 0.104601896143242 |
| 341158 | 341158 | 115111 115111 | 136276 | 1 | 0.261504740358106 |
| 341159 | 341159 | 115111 115111 | 206304 | 1 | 0.130752370179053 |
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)
);