consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 115616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 770561 | 770561 | 269634 269634 | 115616 | 4 | 0.253435232796339 |
| 770565 | 770565 | 269635 269635 | 115616 | 2 | 0.275295868368177 |
| 1747033 | 1747033 | 535088 535088 | 115616 | 2 | 0.275295868368177 |
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)
);