consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 22388
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 67516 | 67516 | 22388 22388 | 4398 | 2 | 0.217628593632124 |
| 67517 | 67517 | 22388 22388 | 63585 | 1 | 0.145085729088083 |
| 67518 | 67518 | 22388 22388 | 140815 | 4 | 0.435257187264249 |
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)
);