consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 294458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 851127 | 851127 | 294458 294458 | 79627 | 9 | 0.462909494802967 |
| 851128 | 851128 | 294458 294458 | 102859 | 1 | 0.261504740358106 |
| 851129 | 851129 | 294458 294458 | 161121 | 1 | 0.130752370179053 |
| 851130 | 851130 | 294458 294458 | 208512 | 1 | 0.104601896143242 |
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)
);