consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 97350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 287404 | 287404 | 97350 97350 | 55152 | 9 | 0.527115188813288 |
| 287405 | 287405 | 97350 97350 | 67522 | 1 | 0.160807681094652 |
| 287406 | 287406 | 97350 97350 | 231828 | 2 | 0.262597843601399 |
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)
);