consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 289230
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 964378 | 964378 | 348041 348041 | 289230 | 1 | 0.146849929364008 |
| 1656804 | 1656804 | 502037 502037 | 289230 | 1 | 0.145256384843181 |
| 1656807 | 1656807 | 502038 502038 | 289230 | 4 | 0.321428571428571 |
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)
);