consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 397121
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1184961 | 1184961 | 397121 397121 | 1872 | 9 | 0.462909494802967 |
| 1184962 | 1184962 | 397121 397121 | 16460 | 1 | 0.130752370179053 |
| 1184963 | 1184963 | 397121 397121 | 44942 | 1 | 0.104601896143242 |
| 1184964 | 1184964 | 397121 397121 | 57263 | 1 | 0.261504740358106 |
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)
);