consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 57787
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 160881 | 160881 | 57787 57787 | 16561 | 2 | 0.265161870076378 |
| 160882 | 160882 | 57787 57787 | 119137 | 5 | 0.459273831202264 |
| 160883 | 160883 | 57787 57787 | 128768 | 2 | 0.229636915601132 |
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)
);