consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 188074 | 188074 | 66953 66953 | 323 | 14 | 0.484160295682435 |
| 300131 | 300131 | 101639 101639 | 323 | 9 | 0.668945045461719 |
| 596086 | 596086 | 232085 232085 | 323 | 9 | 0.668945045461719 |
| 1654571 | 1654571 | 501327 501327 | 323 | 10 | 0.676304312148843 |
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)
);