consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 255519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210707 | 210707 | 73976 73976 | 255519 | 1 | 0.0311457028315447 |
| 714125 | 714125 | 252841 252841 | 255519 | 1 | 0.0307263339635115 |
| 869063 | 869063 | 299773 299773 | 255519 | 1 | 0.0319294078029838 |
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)
);