consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256550
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726318 | 726318 | 256550 256550 | 870 | 2 | 0.209789710142509 |
| 726319 | 726319 | 256550 256550 | 16723 | 1 | 0.171292581045177 |
| 726320 | 726320 | 256550 256550 | 73715 | 13 | 0.461899509520901 |
| 726321 | 726321 | 256550 256550 | 185995 | 1 | 0.128469435783883 |
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)
);