consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 156183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 434776 | 434776 | 156183 156183 | 3698 | 1 | 0.183311445849727 |
| 434777 | 434777 | 156183 156183 | 11425 | 2 | 0.22450975317183 |
| 434778 | 434778 | 156183 156183 | 114898 | 8 | 0.412392575241211 |
| 434779 | 434779 | 156183 156183 | 248323 | 1 | 0.137483584387295 |
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)
);