consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 155074
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 338904 | 338904 | 114280 114280 | 155074 | 1 | 0.0187057268066686 |
| 375358 | 375358 | 128085 128085 | 155074 | 1 | 0.269752143389818 |
| 490607 | 490607 | 184205 184205 | 155074 | 1 | 0.269752143389818 |
| 695975 | 695975 | 248129 248129 | 155074 | 1 | 0.0187307534035293 |
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)
);