consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 127491
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373953 | 373953 | 127491 127491 | 60777 | 8 | 0.446808510638298 |
| 373954 | 373954 | 127491 127491 | 92562 | 3 | 0.223404255319149 |
| 373955 | 373955 | 127491 127491 | 178671 | 1 | 0.148936170212766 |
| 373956 | 373956 | 127491 127491 | 214615 | 1 | 0.148936170212766 |
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)
);