consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 268430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 766631 | 766631 | 268430 268430 | 11547 | 2 | 0.302363579780904 |
| 766632 | 766632 | 268430 268430 | 50708 | 1 | 0.261854541269466 |
| 766633 | 766633 | 268430 268430 | 114629 | 4 | 0.370318243632264 |
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)
);