consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 246518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 691060 | 691060 | 246518 246518 | 21354 | 12 | 0.468172484599589 |
| 691061 | 691061 | 246518 246518 | 221611 | 2 | 0.15605749486653 |
| 691062 | 691062 | 246518 246518 | 260277 | 3 | 0.234086242299795 |
| 691063 | 691063 | 246518 246518 | 321303 | 1 | 0.117043121149897 |
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)
);