consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 137751
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 223590 | 223590 | 77180 77180 | 137751 | 3 | 0.129402816939398 |
| 303173 | 303173 | 102605 102605 | 137751 | 2 | 0.0558162038544269 |
| 956063 | 956063 | 343345 343345 | 137751 | 2 | 0.150609381405621 |
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)
);