consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 274528
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50054 | 50054 | 15524 15524 | 274528 | 1 | 0.121360967498994 |
| 162676 | 162676 | 58256 58256 | 274528 | 2 | 0.15517758468215 |
| 680018 | 680018 | 242987 242987 | 274528 | 1 | 0.121644870174681 |
| 873965 | 873965 | 301937 301937 | 274528 | 1 | 0.126050420168067 |
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)
);