consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 15069
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49026 | 49026 | 15069 15069 | 5132 | 1 | 0.215868235126046 |
| 49027 | 49027 | 15069 15069 | 65070 | 1 | 0.215868235126046 |
| 49028 | 49028 | 15069 15069 | 99189 | 6 | 0.431736470252093 |
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)
);