consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 228967
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 586409 | 586409 | 228967 228967 | 7884 | 1 | 0.241391292816838 |
| 586410 | 586410 | 228967 228967 | 217542 | 3 | 0.33474274880926 |
| 586411 | 586411 | 228967 228967 | 277646 | 1 | 0.241391292816838 |
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)
);